.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
-- local on_attach = require("plugins.configs.lspconfig").on_attach
|
||||
-- local capabilities = require("plugins.configs.lspconfig").capabilities
|
||||
--
|
||||
-- local options = {
|
||||
local options = {
|
||||
-- server = {
|
||||
-- on_attach = vim.tbl_deep_extend("force", on_attach, {
|
||||
-- vim.keymap.set("n", "<leader>H", rt)
|
||||
-- },
|
||||
-- capabilities = capabilities,
|
||||
-- },
|
||||
-- }
|
||||
--
|
||||
-- return options
|
||||
}
|
||||
|
||||
return options
|
||||
|
||||
Reference in New Issue
Block a user