aboutsummaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua8
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"