refactor(LSP): use the new vim.lsp.* functions to set up LSP servers
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---@type LazyPluginSpec
|
||||
return {
|
||||
"neovim/nvim-lspconfig",
|
||||
config = require("ow.lsp").setup,
|
||||
}
|
||||
Reference in New Issue
Block a user