From 779793ea450464e15cfc84dced17c905ccaca5ce Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 23 Aug 2024 17:04:15 -0400 Subject: start using vim-tera --- neovim.nix | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) (limited to 'neovim.nix') diff --git a/neovim.nix b/neovim.nix index 41e639a..4b62e6c 100644 --- a/neovim.nix +++ b/neovim.nix @@ -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 -- cgit v1.2.3