mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
dsc
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
6
.config/nvim/lua/plugins/discord-presence.lua
Normal file
6
.config/nvim/lua/plugins/discord-presence.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
'vyfor/cord.nvim',
|
||||||
|
build = ':Cord update',
|
||||||
|
-- opts = {}
|
||||||
|
-- }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user