mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat?(nvim): Migrate to 0.11
This commit is contained in:
parent
48331347fd
commit
124703b2e0
6 changed files with 66 additions and 11 deletions
5
tools/nvim/lsp/clangd.lua
Normal file
5
tools/nvim/lsp/clangd.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
cmd = { "clangd", "--background-index" },
|
||||
root_markers = { "compile_commands.json", "compile_flags.txt", ".clangd" },
|
||||
filetypes = { "c", "cpp" },
|
||||
}
|
||||
1
tools/nvim/lsp/luals.lua
Normal file
1
tools/nvim/lsp/luals.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue