diff options
Diffstat (limited to 'nvim/lsp/c3_lsp.lua')
| -rwxr-xr-x | nvim/lsp/c3_lsp.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nvim/lsp/c3_lsp.lua b/nvim/lsp/c3_lsp.lua deleted file mode 100755 index a2c8dc2..0000000 --- a/nvim/lsp/c3_lsp.lua +++ /dev/null @@ -1,10 +0,0 @@ ----@brief ---- ---- https://github.com/pherrymason/c3-lsp ---- ---- Language Server for c3. -return { - cmd = { 'c3lsp' }, - root_markers = { 'project.json', 'manifest.json', '.git' }, - filetypes = { 'c3', 'c3i' }, -} |
