moving nvim.lua for stobbsm to nvim.nix

This commit is contained in:
2026-08-20 15:18:12 -05:00
parent 623ff4e1a9
commit cb31edd30a
3 changed files with 171 additions and 37 deletions

View File

@@ -239,28 +239,6 @@
};
};
};
neovim = {
enable = true;
initLua = builtins.readFile ../config/nvim/stobbsm/nvim.lua;
defaultEditor = true;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
withNodeJs = true;
withPerl = true;
withPython3 = true;
extraPackages = with pkgs; [
delve
ginkgo
golangci-lint
gopls
gotests
gotestsum
gotools
govulncheck
tree-sitter
];
};
# noctalia = {
# enable = true;
# settings = "${config.xdg.configHome}/dotfiles/niri/.config/niri/full.kdl";