Nvim: optimize config

This commit is contained in:
Robert Kmieć
2023-09-23 01:06:21 +02:00
parent 3729e67247
commit 3ceeb5b7fb
3 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
return {
'Saecki/crates.nvim',
dependencies = 'jose-elias-alvarez/null-ls.nvim',
config = true
config = true,
filetype = { "rust", "toml" }
}