create starting neovim config

This commit is contained in:
2026-05-12 10:21:58 +02:00
parent 9ced8b9273
commit b09bd7f9f8
+7
View File
@@ -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')
'';
};