Editing bim
This commit is contained in:
parent
d9eac56b06
commit
5e17220e16
1 changed files with 16 additions and 17 deletions
|
@ -7,34 +7,33 @@
|
|||
vimdiffAlias = true;
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-airline
|
||||
# vim-airline # Trying out lualine - below
|
||||
YouCompleteMe
|
||||
tabnine-vim
|
||||
rainbow
|
||||
zen-mode-nvim
|
||||
|
||||
# Themes
|
||||
vim-airline-themes
|
||||
nord-vim
|
||||
gruvbox
|
||||
tokyonight-nvim
|
||||
|
||||
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
|
||||
bufferline-nvim
|
||||
cmp-buffer
|
||||
cmp-cmdline
|
||||
cmp-dap
|
||||
cmp-nvim-lsp
|
||||
cmp-nvim-lsp-document-symbol
|
||||
cmp-path
|
||||
cmp_luasnip
|
||||
comment-nvim
|
||||
crates-nvim
|
||||
bufferline-nvim # https://github.com/akinsho/bufferline.nvim/#configuration
|
||||
# cmp-buffer
|
||||
# cmp-cmdline
|
||||
# cmp-dap
|
||||
# cmp-nvim-lsp
|
||||
# cmp-nvim-lsp-document-symbol
|
||||
# cmp-path
|
||||
# cmp_luasnip
|
||||
comment-nvim # https://github.com/numtostr/comment.nvim/
|
||||
dressing-nvim
|
||||
gitsigns-nvim
|
||||
indent-blankline-nvim
|
||||
leap-nvim
|
||||
lspkind-nvim
|
||||
lualine-nvim
|
||||
gitsigns-nvim # https://github.com/lewis6991/gitsigns.nvim/
|
||||
indent-blankline-nvim # https://github.com/lukas-reineke/indent-blankline.nvim/
|
||||
leap-nvim # https://github.com/ggandor/leap.nvim/
|
||||
lspkind-nvim # https://github.com/onsails/lspkind.nvim/
|
||||
lualine-nvim # https://github.com/nvim-lualine/lualine.nvim/
|
||||
luasnip
|
||||
neo-tree-nvim
|
||||
nix-develop-nvim
|
||||
|
|
Loading…
Reference in a new issue