diff options
author | Joe <rrbo@proton.me> | 2023-12-13 17:45:49 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-12-13 17:45:49 +0100 |
commit | 0f4e110f2073093f087cb6bc54c2ee4705431c74 (patch) | |
tree | ab15f92536ccc48e50dc0259b9de8688c5be7e3a /.config/nvim/after/plugin/lsp.lua | |
parent | up (diff) | |
download | dotfiles-bsd-0f4e110f2073093f087cb6bc54c2ee4705431c74.tar.gz dotfiles-bsd-0f4e110f2073093f087cb6bc54c2ee4705431c74.tar.bz2 dotfiles-bsd-0f4e110f2073093f087cb6bc54c2ee4705431c74.tar.xz dotfiles-bsd-0f4e110f2073093f087cb6bc54c2ee4705431c74.tar.zst dotfiles-bsd-0f4e110f2073093f087cb6bc54c2ee4705431c74.zip |
up
Diffstat (limited to '.config/nvim/after/plugin/lsp.lua')
-rw-r--r-- | .config/nvim/after/plugin/lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/lsp.lua b/.config/nvim/after/plugin/lsp.lua index 11801f8..1d85ad9 100644 --- a/.config/nvim/after/plugin/lsp.lua +++ b/.config/nvim/after/plugin/lsp.lua @@ -24,6 +24,7 @@ require('mason-lspconfig').setup({ 'eslint', 'rust_analyzer', 'lua_ls', + 'hydra_lsp', 'gopls', 'arduino_language_server', 'bashls', |