diff options
| author | seth <[email protected]> | 2024-08-23 17:04:15 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-23 17:07:01 -0400 |
| commit | 779793ea450464e15cfc84dced17c905ccaca5ce (patch) | |
| tree | 63eb903392096a9d31ba693e7b3af90c9977888c /neovim.nix | |
| parent | 597bdd129fd706c500bb7378ae4a48afe646c10c (diff) | |
start using vim-tera
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 |
