1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: update lsp config to nvim 0.12

This commit is contained in:
Henrik Hautakoski 2026-04-14 04:50:17 +02:00
parent 0423818458
commit d21bef893e
21 changed files with 91 additions and 87 deletions

View file

@ -25,7 +25,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "rust", "toml" }
install = { "rust", "toml" }
}
},
{