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;
|
vimdiffAlias = true;
|
||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
vim-airline
|
# vim-airline # Trying out lualine - below
|
||||||
YouCompleteMe
|
YouCompleteMe
|
||||||
tabnine-vim
|
tabnine-vim
|
||||||
rainbow
|
rainbow
|
||||||
|
zen-mode-nvim
|
||||||
|
|
||||||
# Themes
|
# Themes
|
||||||
vim-airline-themes
|
|
||||||
nord-vim
|
nord-vim
|
||||||
gruvbox
|
gruvbox
|
||||||
tokyonight-nvim
|
tokyonight-nvim
|
||||||
|
|
||||||
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
|
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
|
||||||
bufferline-nvim
|
bufferline-nvim # https://github.com/akinsho/bufferline.nvim/#configuration
|
||||||
cmp-buffer
|
# cmp-buffer
|
||||||
cmp-cmdline
|
# cmp-cmdline
|
||||||
cmp-dap
|
# cmp-dap
|
||||||
cmp-nvim-lsp
|
# cmp-nvim-lsp
|
||||||
cmp-nvim-lsp-document-symbol
|
# cmp-nvim-lsp-document-symbol
|
||||||
cmp-path
|
# cmp-path
|
||||||
cmp_luasnip
|
# cmp_luasnip
|
||||||
comment-nvim
|
comment-nvim # https://github.com/numtostr/comment.nvim/
|
||||||
crates-nvim
|
|
||||||
dressing-nvim
|
dressing-nvim
|
||||||
gitsigns-nvim
|
gitsigns-nvim # https://github.com/lewis6991/gitsigns.nvim/
|
||||||
indent-blankline-nvim
|
indent-blankline-nvim # https://github.com/lukas-reineke/indent-blankline.nvim/
|
||||||
leap-nvim
|
leap-nvim # https://github.com/ggandor/leap.nvim/
|
||||||
lspkind-nvim
|
lspkind-nvim # https://github.com/onsails/lspkind.nvim/
|
||||||
lualine-nvim
|
lualine-nvim # https://github.com/nvim-lualine/lualine.nvim/
|
||||||
luasnip
|
luasnip
|
||||||
neo-tree-nvim
|
neo-tree-nvim
|
||||||
nix-develop-nvim
|
nix-develop-nvim
|
||||||
|
|
Loading…
Reference in a new issue