Add more unneded plugins.
This commit is contained in:
parent
25db33aa81
commit
5d658930f4
@ -14,6 +14,8 @@ vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
-- plugins installation and configuration
|
||||
require("lazy").setup({
|
||||
-- lsp setup
|
||||
{
|
||||
-- LSP Support
|
||||
"neovim/nvim-lspconfig",
|
||||
-- lsp download manager
|
||||
@ -26,7 +28,21 @@ require("lazy").setup({
|
||||
"mfussenegger/nvim-lint",
|
||||
-- mason autoinstaller for formatter's and linter's
|
||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||
|
||||
-- minimal snippet's support
|
||||
"dcampos/nvim-snippy",
|
||||
-- basic snippet's
|
||||
"honza/vim-snippets",
|
||||
-- cmp for autocompletion
|
||||
"hrsh7th/nvim-cmp",
|
||||
-- cmp nvim-lsp plugin
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
-- cmp snippy support
|
||||
"dcampos/cmp-snippy",
|
||||
-- path comletion
|
||||
"hrsh7th/cmp-path",
|
||||
-- kind icons
|
||||
"onsails/lspkind.nvim",
|
||||
},
|
||||
-- Adds git related signs to the gutter, as well as utilities for managing changes
|
||||
"lewis6991/gitsigns.nvim",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user