Comments
This commit is contained in:
parent
77e323543f
commit
46db47409c
1 changed files with 40 additions and 40 deletions
|
@ -20,15 +20,15 @@
|
|||
|
||||
# https://github.com/figsoda/cfg/blob/main/src/programs/neovim/configure/packages.nix
|
||||
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
|
||||
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
|
||||
dressing-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/
|
||||
|
@ -40,25 +40,25 @@
|
|||
noice-nvim # https://github.com/folke/noice.nvim/
|
||||
numb-nvim # https://github.com/nacro90/numb.nvim/
|
||||
nvim-cmp # https://github.com/hrsh7th/nvim-cmp
|
||||
nvim-colorizer-lua
|
||||
nvim-dap
|
||||
nvim-dap-ui
|
||||
nvim-lspconfig
|
||||
nvim-navic
|
||||
nvim-notify
|
||||
nvim-treesitter-textobjects
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-web-devicons
|
||||
nvim_context_vt
|
||||
playground
|
||||
refactoring-nvim
|
||||
ron-vim
|
||||
telescope-fzf-native-nvim
|
||||
telescope-nvim
|
||||
trouble-nvim
|
||||
nvim-colorizer-lua #
|
||||
nvim-dap #
|
||||
nvim-dap-ui #
|
||||
nvim-lspconfig #
|
||||
nvim-navic #
|
||||
nvim-notify #
|
||||
nvim-treesitter-textobjects #
|
||||
nvim-treesitter.withAllGrammars #
|
||||
nvim-web-devicons #
|
||||
nvim_context_vt #
|
||||
playground #
|
||||
refactoring-nvim #
|
||||
ron-vim #
|
||||
telescope-fzf-native-nvim #
|
||||
telescope-nvim #
|
||||
trouble-nvim #
|
||||
vim-fugitive # https://github.com/tpope/vim-fugitive
|
||||
vim-lastplace
|
||||
vim-visual-multi
|
||||
vim-lastplace #
|
||||
vim-visual-multi #
|
||||
];
|
||||
extraConfig = ''
|
||||
set mouse=a
|
||||
|
|
Loading…
Reference in a new issue