This commit is contained in:
2023-12-21 11:55:52 -05:00
parent 9e694b6608
commit 97cf8dedbc
3 changed files with 13 additions and 7 deletions

View File

@@ -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