diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-06 22:43:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-06 22:43:36 +0900 |
| commit | 38075d0f4f33f76cde4df483efe8b031ba48adb8 (patch) | |
| tree | e0f8007d7437a15bab89d92a87bf0380d33b38c4 | |
| parent | bb242cd84b157a938866a999b8eac65cb261c4e6 (diff) | |
| download | dotfiles-38075d0f4f33f76cde4df483efe8b031ba48adb8.tar.gz dotfiles-38075d0f4f33f76cde4df483efe8b031ba48adb8.tar.zst dotfiles-38075d0f4f33f76cde4df483efe8b031ba48adb8.zip | |
nvim/lsp: enable rust_analyzer
| -rw-r--r-- | .config/nvim/lua/vimrc/lsp.lua | 8 | ||||
| -rwxr-xr-x[-rw-r--r--] | bin/__claude-code-block-bash-tool | 0 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.config/nvim/lua/vimrc/lsp.lua b/.config/nvim/lua/vimrc/lsp.lua index e2932a7..3bf0d4f 100644 --- a/.config/nvim/lua/vimrc/lsp.lua +++ b/.config/nvim/lua/vimrc/lsp.lua @@ -1,6 +1,12 @@ local is_deno_repo = vim.fs.root(0, { 'deno.json', 'deno.jsonc' }) ~= nil -local servers = { 'gopls', 'phpactor', 'zls', 'efm' } +local servers = { + 'efm', + 'gopls', + 'phpactor', + 'rust_analyzer', + 'zls', +} if is_deno_repo then table.insert(servers, 'denols') else diff --git a/bin/__claude-code-block-bash-tool b/bin/__claude-code-block-bash-tool index b95771f..b95771f 100644..100755 --- a/bin/__claude-code-block-bash-tool +++ b/bin/__claude-code-block-bash-tool |
