all repos

init.lua @ f02e654

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(lsp): fix lazyload for lspconfig
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-05 23:30:37 +0300
Parent: ffffd87
M lua/plugins.lua

@@ -94,7 +94,7 @@

-- lsp & completion use { "neovim/nvim-lspconfig", - event = "BufRead", + event = { "BufRead", "BufNewFile" }, config = u.get_config "configs.lsp", requires = { { "williamboman/nvim-lsp-installer", module = "nvim-lsp-installer" },