diff options
| author | seth <[email protected]> | 2023-04-02 10:07:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-02 10:08:02 -0400 |
| commit | b78980492c2c5f90bcae0ec619d835a149285b7d (patch) | |
| tree | 2cc19913c6681d6f1ffa4b1eecf427c7842a4c5d /users/seth/programs/neovim/default.nix | |
| parent | 2a41601d060739ea5d7553361eac8b542a55bd93 (diff) | |
refactor + add figet/bufferline to neovim config
Diffstat (limited to 'users/seth/programs/neovim/default.nix')
| -rw-r--r-- | users/seth/programs/neovim/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/seth/programs/neovim/default.nix b/users/seth/programs/neovim/default.nix index 0b154cc..6d5809b 100644 --- a/users/seth/programs/neovim/default.nix +++ b/users/seth/programs/neovim/default.nix @@ -22,7 +22,7 @@ yapf ]; plugins = with pkgs.vimPlugins; [ - barbar-nvim + bufferline-nvim catppuccin-nvim cmp-nvim-lsp cmp-buffer @@ -30,10 +30,12 @@ cmp-path cmp-vsnip editorconfig-nvim + fidget-nvim gitsigns-nvim leap-nvim lualine-nvim luasnip + nvim-autopairs nvim-cmp nvim-lspconfig null-ls-nvim |
