diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 03:53:10 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 03:53:10 +0100 |
| commit | 0703660d49f22376d52a969e8c3cca64480b0f1b (patch) | |
| tree | ef3986b3b49b07660b0dca8f1a5c7b7bea15f8b2 /lua/user/plugins.lua | |
| parent | 2a5f8920d10c4a85586ae6d697f233ce52144a10 (diff) | |
mason-lspconfig & mason-null-ls
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 227de7f..a3fd1f2 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -39,12 +39,14 @@ return packer.startup(function(use) use "hrsh7th/cmp-cmdline" use "hrsh7th/cmp-nvim-lua" --- snippets - use "L3MON4D3/LuaSnip" --- LSP +-- LSP, linters & formatters use "neovim/nvim-lspconfig" use "williamboman/mason.nvim" + use "williamboman/mason-lspconfig.nvim" + use "nvim-lua/plenary.nvim" + use "jose-elias-alvarez/null-ls.nvim" + use "jay-babu/mason-null-ls.nvim" -- Colorsheme use "morhetz/gruvbox" |
