fixed lspconfig with loading

This commit is contained in:
pr0c3550r 2023-02-05 17:52:45 +01:00
parent 3583fa3c2a
commit 7020f5e99a
5 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,6 @@
return {
{
"tpope/vim-commentary",
event = "BufReadPost",
},
}

View file

@ -1,7 +1,7 @@
return {
{
"lukas-reineke/indent-blankline.nvim",
event = "BufReadPre",
-- event = "BufReadPre",
opts = {
-- char = "│",
filetype_exclude = { "help", "lazy" },

View file

@ -1,7 +1,7 @@
return {
{
"neovim/nvim-lspconfig",
event = "BufReadPre",
-- event = "BufReadPre",
config = function()
local opts = { noremap = true, silent = true }
@ -87,7 +87,7 @@ return {
{
"williamboman/mason-lspconfig.nvim",
event = "BufReadPre",
-- event = "BufReadPre",
config = function()
require("mason-lspconfig").setup({
ensure_installed = {

View file

@ -1,7 +1,7 @@
return {
{
"jose-elias-alvarez/null-ls.nvim",
event = "BufReadPost",
-- event = "BufReadPost",
opts = function()
local null_ls = require('null-ls')
return {

View file

@ -3,7 +3,7 @@ return {
"nvim-treesitter/nvim-treesitter",
version = false,
build = ":TSUpdate",
event = "BufReadPost",
-- event = "BufReadPre",
opts = {
ensure_installed = {
"c",