Add more plugins mainly from LazyVim

This commit is contained in:
Levente Krizsán 2024-09-01 16:02:18 +02:00
parent 65836158fa
commit c903cf7655
8 changed files with 75 additions and 27 deletions

View file

@ -0,0 +1,6 @@
-- https://github.com/Saecki/crates.nvim
return {
'saecki/crates.nvim',
event = { 'BufRead Cargo.toml' },
opts = {},
}