This commit is contained in:
Belal Elsabbagh
2026-01-02 10:26:26 +02:00
parent 7721ab728a
commit 65b960631d
3 changed files with 8 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ return {
root_markers = { '.clangd', 'compile_commands.json' }, root_markers = { '.clangd', 'compile_commands.json' },
-- From the clangd configuration in init.lua -- From the clangd configuration in init.lua
-- Overrides the clangd configuration in <rtp>/lsp/clangd.lua -- Overrides the clangd configuration in <rtp>/lsp/clangd.lua
filetypes = { 'c' }, filetypes = { 'c', 'cpp' },
-- From the "*" configuration in init.lua -- From the "*" configuration in init.lua
capabilities = { capabilities = {
textDocument = { textDocument = {

View File

@@ -90,6 +90,7 @@ return {
}, },
cmd = { 'typescript-language-server', '--stdio' }, cmd = { 'typescript-language-server', '--stdio' },
filetypes = { filetypes = {
'astro',
'javascript', 'javascript',
'javascriptreact', 'javascriptreact',
'javascript.jsx', 'javascript.jsx',

View File

@@ -0,0 +1,6 @@
return {
'vyfor/cord.nvim',
build = ':Cord update',
-- opts = {}
-- }
}