diff options
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 28 |
1 files changed, 6 insertions, 22 deletions
@@ -1,43 +1,25 @@ { lib, neovimUtils, - vimUtils, vimPlugins, wrapNeovimUnstable, neovim-unwrapped, actionlint, + getchoo-neovim-config, glow, - ripgrep, nil, nixfmt-rfc-style, nodePackages, + ripgrep, shellcheck, shfmt, statix, typos-lsp, - version, + vim-tera, }: let - fs = lib.fileset; - vimPlugins-getchoo-nvim = vimUtils.buildVimPlugin { - pname = "getchoo-neovim-config"; - inherit version; - - src = fs.toSource { - root = ./.; - fileset = fs.intersection (fs.gitTracked ./.) ( - fs.unions [ - ./after - ./ftdetect - ./lua - ./plugin - ] - ); - }; - }; - plugins = with vimPlugins; [ - vimPlugins-getchoo-nvim + getchoo-neovim-config # coding nvim-cmp @@ -62,6 +44,8 @@ let nvim-treesitter.withAllGrammars + vim-tera + # ui bufferline-nvim # dependent on > nvim-web-devicons |
