fixed lspconfig with loading
This commit is contained in:
parent
3583fa3c2a
commit
7020f5e99a
5 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
return {
|
||||
{
|
||||
"tpope/vim-commentary",
|
||||
event = "BufReadPost",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = "BufReadPre",
|
||||
-- event = "BufReadPre",
|
||||
opts = {
|
||||
-- char = "│",
|
||||
filetype_exclude = { "help", "lazy" },
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"jose-elias-alvarez/null-ls.nvim",
|
||||
event = "BufReadPost",
|
||||
-- event = "BufReadPost",
|
||||
opts = function()
|
||||
local null_ls = require('null-ls')
|
||||
return {
|
||||
|
|
|
@ -3,7 +3,7 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
version = false,
|
||||
build = ":TSUpdate",
|
||||
event = "BufReadPost",
|
||||
-- event = "BufReadPre",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue