diff options
author | sefidel <contact@sefidel.net> | 2022-11-06 23:32:12 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-11-06 23:32:12 +0900 |
commit | daaf57c6dcc7de8891cc338c6c158130480affea (patch) | |
tree | 5a886c441e87fb34167aa11e872914c560f7a41c /fnl | |
parent | e6cdba19385385d8c3e628e81024a2082d1aff8c (diff) | |
download | nvimrc-daaf57c6dcc7de8891cc338c6c158130480affea.tar.gz nvimrc-daaf57c6dcc7de8891cc338c6c158130480affea.zip |
feat(lspconfig): remove redundant rust-analyzer
* rust-analyzer is managed by rust-tools.nvim. managing it on lspconfig is redundant.
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/nvrc/packs/lspconfig.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl index fc27d9f..25babf9 100644 --- a/fnl/nvrc/packs/lspconfig.fnl +++ b/fnl/nvrc/packs/lspconfig.fnl @@ -32,5 +32,4 @@ :signs false})) (init_lsp :hls) -(init_lsp :rust_analyzer {:settings {:rust-analyzer {:files {:excludeDirs [:.direnv] }}}}) (init_lsp :ltex) |