mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
begin lsp refactor
This commit is contained in:
parent
9611a50acc
commit
f220dc4893
6 changed files with 184 additions and 181 deletions
2
init.lua
2
init.lua
|
@ -35,7 +35,7 @@ utils.toggle_autoformat()
|
|||
local commands = require "core.commands"
|
||||
commands.load(commands.defaults)
|
||||
|
||||
require("lsp").setup_handlers()
|
||||
require("lsp").config()
|
||||
|
||||
local null_status_ok, null_ls = pcall(require, "null-ls")
|
||||
if null_status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue