HELLO NvChad

This commit is contained in:
2026-09-07 02:35:31 -04:00
committed by thread
parent add44b952d
commit 649dab28c8
11 changed files with 428 additions and 0 deletions
+13
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