home/base, home/neovim: Fix changes for 26.05
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
bat
|
bat
|
||||||
bottom
|
bottom
|
||||||
# ncdu
|
# ncdu
|
||||||
neofetch
|
|
||||||
pwgen
|
pwgen
|
||||||
sshfs
|
sshfs
|
||||||
sshuttle
|
sshuttle
|
||||||
|
|||||||
+4
-1
@@ -24,16 +24,19 @@ in {
|
|||||||
nvim-treesitter
|
nvim-treesitter
|
||||||
|
|
||||||
coc-css
|
coc-css
|
||||||
coc-go
|
|
||||||
coc-html
|
coc-html
|
||||||
coc-json
|
coc-json
|
||||||
coc-nvim
|
coc-nvim
|
||||||
|
|
||||||
vim-nix
|
vim-nix
|
||||||
vim-puppet
|
vim-puppet
|
||||||
|
|
||||||
|
go-nvim
|
||||||
];
|
];
|
||||||
|
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
|
withPython3 = true;
|
||||||
|
withRuby = false;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
let mapleader = ','
|
let mapleader = ','
|
||||||
|
|||||||
Reference in New Issue
Block a user