diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-12 22:54:26 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-12 22:54:26 +0100 |
commit | 582489e557fa5398828151645ca10bdc4e4fae41 (patch) | |
tree | a5d1ac798b20a9376f595a9c3925878963d1d129 /lua/plugins.lua | |
parent | c6d361d38bec220c4c1eef88f88aaf4ef95ab1d3 (diff) |
Add null-ls
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 8789397..c2a9d29 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -25,6 +25,7 @@ return { { "williamboman/nvim-lsp-installer" }, -- simple to use language server installer -- Telescope -- + { "jose-elias-alvarez/null-ls.nvim" }, { "nvim-telescope/telescope.nvim" }, -- Treesitter -- |