all repos

init.lua @ 999ac811a138c27832bc71f7ae3a4d6a21db15a9

my nvim config
1 files changed, 6 insertions(+), 0 deletions(-)
feat(lsp): add neoconfig
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"