diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:25:42 -0500 |
|---|---|---|
| committer | ChristianChiarulli <chris.machine@pm.me> | 2021-12-16 07:37:32 -0500 |
| commit | 6fddfcb743fe2f4980608853ef27fb9b5737a3ee (patch) | |
| tree | 32bdc2bc4772274b80728300662e892f52e146a1 /lua/user/plugins.lua | |
| parent | 1027d8cb1684c38315969ea7417398bd57948614 (diff) | |
add null-ls
fix bufferline
f
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 530d7bf..614545c 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -71,6 +71,7 @@ return packer.startup(function(use) use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for + use "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters -- Telescope use "nvim-telescope/telescope.nvim" |
