mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +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:
@@ -20,6 +20,7 @@ vim.lsp.enable({
|
||||
"marksman",
|
||||
"markdownlint",
|
||||
"trivy",
|
||||
"taplo",
|
||||
})
|
||||
|
||||
-- TIP: On new systems, install these through Mason
|
||||
|
||||
Reference in New Issue
Block a user