tweaks and ftplugins

This commit is contained in:
iofq 2024-08-22 03:30:25 -05:00
parent 80efd65a10
commit 6d8480b8b5
11 changed files with 128 additions and 95 deletions

View file

@ -35,15 +35,14 @@ with final.pkgs.lib; let
neogit
none-ls-nvim
nightfox-nvim
nvim-autopairs
nvim-cmp
nvim-dap
nvim-dap-go
nvim-dap-ui
nvim-early-retirement
nvim-lspconfig
nvim-neoclip-lua
nvim-nio
nvim-autopairs
nvim-treesitter-context
nvim-treesitter-textobjects
(nvim-treesitter.withPlugins(p: with p; [
@ -81,11 +80,13 @@ with final.pkgs.lib; let
toggleterm-nvim
trouble-nvim
undotree
yanky-nvim
workspace-diagnostics-nvim
];
basePackages = with pkgs; [
ripgrep
fd
];
extraPackages = with pkgs; [
# linters
@ -121,19 +122,4 @@ in {
nvim-luarc-json = final.mk-luarc-json {
plugins = all-plugins;
};
# You can add as many derivations as you like.
# Use `ignoreConfigRegexes` to filter out config
# files you would not like to include.
#
# For example:
#
# nvim-pkg-no-telescope = mkNeovim {
# plugins = [];
# ignoreConfigRegexes = [
# "^plugin/telescope.lua"
# "^ftplugin/.*.lua"
# ];
# inherit extraPackages;
# };
}