mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
comment to fix lspconfig
This commit is contained in:
@@ -3,8 +3,9 @@ local mason_lspconfig = require("mason-lspconfig")
|
|||||||
local lspconfig = require("lspconfig")
|
local lspconfig = require("lspconfig")
|
||||||
local cmp_cap = require("config.cmp").capabilities
|
local cmp_cap = require("config.cmp").capabilities
|
||||||
local newlspconfig = vim.lsp.config
|
local newlspconfig = vim.lsp.config
|
||||||
local lspenable = vim.lsp.enable
|
|
||||||
|
|
||||||
|
-- Fix!
|
||||||
|
local lspenable = vim.lsp.enable
|
||||||
lspenable("")
|
lspenable("")
|
||||||
|
|
||||||
mason.setup()
|
mason.setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user