moving nvim.lua for stobbsm to nvim.nix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user