packages and no coc
parent
5f06e84522
commit
0a583090db
6
home.nix
6
home.nix
|
@ -74,6 +74,7 @@
|
||||||
inherit package;
|
inherit package;
|
||||||
|
|
||||||
enable = true;
|
enable = true;
|
||||||
|
coc.enable = false;
|
||||||
extraLuaConfig = ''
|
extraLuaConfig = ''
|
||||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
@ -85,6 +86,11 @@
|
||||||
plugins = [
|
plugins = [
|
||||||
treesitterWithGrammars
|
treesitterWithGrammars
|
||||||
];
|
];
|
||||||
|
extraPackages = with pkgs; [
|
||||||
|
nil
|
||||||
|
rustup
|
||||||
|
lua-language-server
|
||||||
|
];
|
||||||
withNodeJs = true;
|
withNodeJs = true;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
withRuby = true;
|
withRuby = true;
|
||||||
|
|
Loading…
Reference in New Issue