disable neovim for a bit
This commit is contained in:
parent
f525a097c7
commit
32721da645
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,6 @@
|
||||||
idx = {
|
idx = {
|
||||||
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
|
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
|
||||||
extensions = [
|
extensions = [
|
||||||
"asvetliakov.vscode-neovim"
|
|
||||||
"coolbear.systemd-unit-file"
|
"coolbear.systemd-unit-file"
|
||||||
"dotjoshjohnson.xml"
|
"dotjoshjohnson.xml"
|
||||||
"editorconfig.editorconfig"
|
"editorconfig.editorconfig"
|
||||||
|
@ -67,6 +66,7 @@
|
||||||
"vscodevim.vim"
|
"vscodevim.vim"
|
||||||
"yzhang.markdown-all-in-one"
|
"yzhang.markdown-all-in-one"
|
||||||
"znck.grammarly"
|
"znck.grammarly"
|
||||||
|
#"asvetliakov.vscode-neovim"
|
||||||
#"jnoortheen.nix-ide"
|
#"jnoortheen.nix-ide"
|
||||||
];
|
];
|
||||||
# Enable previews
|
# Enable previews
|
||||||
|
|
Loading…
Reference in a new issue