diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-12 21:10:53 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-12 21:10:53 +0200 |
| commit | d5c3828ce10ef7b98f05ba365b14d0c0421151f7 (patch) | |
| tree | 37096c8b3e0941d603e482666a195dd2a99329ca /lua/pml68/configs/settings/rust_analyzer.lua | |
| parent | feat: add 2 new remaps (diff) | |
| download | nvim-d5c3828ce10ef7b98f05ba365b14d0c0421151f7.tar.gz | |
fix: completion not working due to VimTeX
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/configs/settings/rust_analyzer.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/pml68/configs/settings/rust_analyzer.lua b/lua/pml68/configs/settings/rust_analyzer.lua index 3222bb7..3b687c6 100644 --- a/lua/pml68/configs/settings/rust_analyzer.lua +++ b/lua/pml68/configs/settings/rust_analyzer.lua @@ -1,5 +1,4 @@ return { - filetypes = { "rust" }, settings = { ['rust-analyzer'] = { cargo = { |
