mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
cleanup bundle size
This commit is contained in:
parent
1a0651a896
commit
3231eec14e
2 changed files with 7 additions and 13 deletions
|
|
@ -22,7 +22,6 @@ with final.pkgs.lib; let
|
|||
diffview-nvim
|
||||
eyeliner-nvim
|
||||
friendly-snippets
|
||||
fzf-vim
|
||||
lazy-nvim
|
||||
mini-nvim-git
|
||||
nightfox-nvim
|
||||
|
|
@ -43,22 +42,20 @@ with final.pkgs.lib; let
|
|||
ripgrep
|
||||
fd
|
||||
];
|
||||
# Extra packages that should be included on nixos but don't need to be bundled
|
||||
extraPackages = with pkgs; [
|
||||
# linters
|
||||
puppet-lint
|
||||
alejandra
|
||||
yamllint
|
||||
jq
|
||||
alejandra
|
||||
hadolint
|
||||
shellcheck
|
||||
|
||||
# LSPs
|
||||
gopls
|
||||
lua-language-server
|
||||
nil
|
||||
phpactor
|
||||
basedpyright
|
||||
|
||||
#other
|
||||
jujutsu
|
||||
];
|
||||
in {
|
||||
nvim-pkg = mkNeovim {
|
||||
|
|
@ -72,11 +69,8 @@ in {
|
|||
plugins = all-plugins;
|
||||
appName = "nvim";
|
||||
extraPackages = basePackages;
|
||||
ignoreConfigRegexes = [
|
||||
".*lsp.lua"
|
||||
".*debug.lua"
|
||||
".*ai.lua"
|
||||
];
|
||||
withSqlite = false;
|
||||
withPython3 = false;
|
||||
};
|
||||
|
||||
# This is meant to be used within a devshell.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue