1 files changed,
6 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-08-21 00:52:11 +0300
Parent:
df197e0
M
lua/plugins/lsp/init.lua
@@ -7,6 +7,12 @@ { "williamboman/mason-lspconfig.nvim", config = true },
{ "j-hui/fidget.nvim", config = true }, { "folke/neodev.nvim", config = true }, { + "folke/neoconf.nvim", + cmd = "Neoconf", + config = true, + dependencies = { "nvim-lspconfig" }, + }, + { "jose-elias-alvarez/null-ls.nvim", config = function() require "plugins.lsp.null-ls"