diff options
Diffstat (limited to '.config/nvim/lsp/hydra_lsp.lua')
-rw-r--r-- | .config/nvim/lsp/hydra_lsp.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/nvim/lsp/hydra_lsp.lua b/.config/nvim/lsp/hydra_lsp.lua deleted file mode 100644 index b443433..0000000 --- a/.config/nvim/lsp/hydra_lsp.lua +++ /dev/null @@ -1,12 +0,0 @@ ----@brief ---- ---- https://github.com/Retsediv/hydra-lsp ---- ---- LSP for Hydra Python package config files. - ----@type vim.lsp.Config -return { - cmd = { 'hydra-lsp' }, - filetypes = { 'yaml' }, - root_markers = { '.git' }, -} |