neovim: changes to how we access nvf.lib

This commit is contained in:
ooks-io 2025-01-06 16:27:13 +11:00
parent 7868ac1529
commit 8d9c2a0ed2
39 changed files with 30 additions and 28 deletions

View file

@ -1,14 +0,0 @@
{pkgs, ...}: {
vim = {
package = pkgs.neovim-unwrapped;
searchCase = "smart";
enableLuaLoader = true;
enableEditorconfig = true;
useSystemClipboard = true;
autopairs.nvim-autopairs.enable = true;
hideSearchHighlight = true;
theme = {
enable = false;
};
};
}