diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:10:13 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 17:10:13 +0100 |
| commit | 12ce7a91fe9dab694d077ed2e3be422c89d445ac (patch) | |
| tree | b82ad00d9cd023a5c2c592fc032fc28130f61d65 /lua/user/lsp/settings/clangd.lua | |
| parent | b8e8fccb00dafc937ab84c90fc4ad90bc982fe98 (diff) | |
Added LSP setting files, added these files
to the lsp-installer.
Also added lua.lua to enable the key binding gf to recognise lua
pathnames
Diffstat (limited to 'lua/user/lsp/settings/clangd.lua')
| -rw-r--r-- | lua/user/lsp/settings/clangd.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/user/lsp/settings/clangd.lua b/lua/user/lsp/settings/clangd.lua new file mode 100644 index 0000000..55798a1 --- /dev/null +++ b/lua/user/lsp/settings/clangd.lua @@ -0,0 +1,10 @@ +return { + settings = { + + clangd = { + filetypes = { "c","cpp" }, + single_file_support = true, + } + } +} + |
