comments
This commit is contained in:
parent
5e17220e16
commit
f7320ca902
1 changed files with 14 additions and 16 deletions
|
@ -20,13 +20,13 @@
|
||||||
|
|
||||||
# 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 # https://github.com/akinsho/bufferline.nvim/#configuration
|
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 # https://github.com/numtostr/comment.nvim/
|
comment-nvim # https://github.com/numtostr/comment.nvim/
|
||||||
dressing-nvim
|
dressing-nvim
|
||||||
gitsigns-nvim # https://github.com/lewis6991/gitsigns.nvim/
|
gitsigns-nvim # https://github.com/lewis6991/gitsigns.nvim/
|
||||||
|
@ -34,13 +34,12 @@
|
||||||
leap-nvim # https://github.com/ggandor/leap.nvim/
|
leap-nvim # https://github.com/ggandor/leap.nvim/
|
||||||
lspkind-nvim # https://github.com/onsails/lspkind.nvim/
|
lspkind-nvim # https://github.com/onsails/lspkind.nvim/
|
||||||
lualine-nvim # https://github.com/nvim-lualine/lualine.nvim/
|
lualine-nvim # https://github.com/nvim-lualine/lualine.nvim/
|
||||||
luasnip
|
luasnip # https://github.com/l3mon4d3/luasnip/
|
||||||
neo-tree-nvim
|
neo-tree-nvim # https://github.com/nvim-neo-tree/neo-tree.nvim/
|
||||||
nix-develop-nvim
|
nix-develop-nvim # https://github.com/figsoda/nix-develop.nvim/
|
||||||
noice-nvim
|
noice-nvim # https://github.com/folke/noice.nvim/
|
||||||
null-ls-nvim
|
numb-nvim # https://github.com/nacro90/numb.nvim/
|
||||||
numb-nvim
|
nvim-cmp # https://github.com/hrsh7th/nvim-cmp
|
||||||
nvim-cmp
|
|
||||||
nvim-colorizer-lua
|
nvim-colorizer-lua
|
||||||
nvim-dap
|
nvim-dap
|
||||||
nvim-dap-ui
|
nvim-dap-ui
|
||||||
|
@ -54,11 +53,10 @@
|
||||||
playground
|
playground
|
||||||
refactoring-nvim
|
refactoring-nvim
|
||||||
ron-vim
|
ron-vim
|
||||||
rust-tools-nvim
|
|
||||||
telescope-fzf-native-nvim
|
telescope-fzf-native-nvim
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
trouble-nvim
|
trouble-nvim
|
||||||
vim-fugitive
|
vim-fugitive # https://github.com/tpope/vim-fugitive
|
||||||
vim-lastplace
|
vim-lastplace
|
||||||
vim-visual-multi
|
vim-visual-multi
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue