create starting neovim config
This commit is contained in:
@@ -64,10 +64,17 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
vimPlugins.lazy-nvim
|
||||||
];
|
];
|
||||||
|
|
||||||
withRuby = false;
|
withRuby = false;
|
||||||
withPython3 = false;
|
withPython3 = false;
|
||||||
|
|
||||||
|
initLua = ''
|
||||||
|
vim.opt.rtp:prepend("${pkgs.vimPlugins.lazy-nvim.outPath}")
|
||||||
|
require ('config')
|
||||||
|
require ('plugins')
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user