From 0703660d49f22376d52a969e8c3cca64480b0f1b Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Fri, 24 Feb 2023 03:53:10 +0100 Subject: mason-lspconfig & mason-null-ls --- lua/user/plugins.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lua/user/plugins.lua') 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" -- cgit v1.2.3