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