Add more unneded plugins.
This commit is contained in:
parent
25db33aa81
commit
5d658930f4
@ -14,19 +14,35 @@ vim.opt.rtp:prepend(lazypath)
|
|||||||
|
|
||||||
-- plugins installation and configuration
|
-- plugins installation and configuration
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
-- LSP Support
|
-- lsp setup
|
||||||
"neovim/nvim-lspconfig",
|
{
|
||||||
-- lsp download manager
|
-- LSP Support
|
||||||
"williamboman/mason.nvim",
|
"neovim/nvim-lspconfig",
|
||||||
-- automatic lsp setup
|
-- lsp download manager
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason.nvim",
|
||||||
-- additional formater support
|
-- automatic lsp setup
|
||||||
"stevearc/conform.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
-- additional linter support
|
-- additional formater support
|
||||||
"mfussenegger/nvim-lint",
|
"stevearc/conform.nvim",
|
||||||
-- mason autoinstaller for formatter's and linter's
|
-- additional linter support
|
||||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
"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
|
-- Adds git related signs to the gutter, as well as utilities for managing changes
|
||||||
"lewis6991/gitsigns.nvim",
|
"lewis6991/gitsigns.nvim",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user