diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-04-28 23:20:18 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-04-28 23:20:18 +0200 |
| commit | 690a4cab3d440478eba70b48d073970a579e30b8 (patch) | |
| tree | c75beeea10eea6bde78e028747e82e7b4fdbe8b1 /lua/pml68/configs/settings/rust_analyzer.lua | |
| parent | feat: add git related things to nvim-treesitter's "ensure_installed" array (diff) | |
| download | nvim-690a4cab3d440478eba70b48d073970a579e30b8.tar.gz | |
style: formatting
Diffstat (limited to 'lua/pml68/configs/settings/rust_analyzer.lua')
| -rwxr-xr-x | lua/pml68/configs/settings/rust_analyzer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/configs/settings/rust_analyzer.lua b/lua/pml68/configs/settings/rust_analyzer.lua index e89b07f..3222bb7 100755 --- a/lua/pml68/configs/settings/rust_analyzer.lua +++ b/lua/pml68/configs/settings/rust_analyzer.lua @@ -1,5 +1,5 @@ return { - filetypes = {"rust"}, + filetypes = { "rust" }, settings = { ['rust-analyzer'] = { cargo = { |
