diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:52:35 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:52:35 +0100 |
| commit | 1313031ffade5e5008d44eb11fa93d6e8cdcd041 (patch) | |
| tree | c5fd1434a26372d03a2fe3bc0a84540ff76faac1 /lua/user/plugins.lua | |
| parent | e02f42bdffc77b0744a68fcabe41b4238d9335e1 (diff) | |
| parent | d362e34fd1044ae09158eb10243a7ec2cc502a4d (diff) | |
Merge branch '14-null-ls' into vgg
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index b3c528d..bb45cb1 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -73,6 +73,7 @@ return packer.startup(function(use) -- LSP use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer + use "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters -- Telescope use "nvim-telescope/telescope.nvim" |
