1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

fix(neovim): taplo (toml LSP) configured & Rust LSP improvements

- `taplo` LSP config added so Cargo.toml files gets LSP benefits
- Rust LSP: buildScripts, ignored directories
- Crates: completion & LSP plug
This commit is contained in:
Pratik Tripathy
2025-07-30 22:27:11 +05:30
parent e469144856
commit d8914b9d2e
2 changed files with 23 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ vim.lsp.enable({
"marksman",
"markdownlint",
"trivy",
"taplo",
})
-- TIP: On new systems, install these through Mason