diff options
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index dd1a53a..5893e92 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -73,6 +73,10 @@ return packer.startup(function(use) -- LSP use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer +<<<<<<< HEAD + use "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters +======= +>>>>>>> vgg -- Telescope use "nvim-telescope/telescope.nvim" |
