HELLO NvChad

This commit is contained in:
2023-12-16 23:48:41 -05:00
parent c8777040fb
commit fb4b0a7261
11 changed files with 398 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
-- local on_attach = require("plugins.configs.lspconfig").on_attach
-- local capabilities = require("plugins.configs.lspconfig").capabilities
--
-- local options = {
-- server = {
-- on_attach = vim.tbl_deep_extend("force", on_attach, {
-- vim.keymap.set("n", "<leader>H", rt)
-- },
-- capabilities = capabilities,
-- },
-- }
--
-- return options