1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 11:30:02 +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

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "bash" }
install = { "bash" }
}
},
{

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "c", "cpp" }
install = { "c", "cpp" }
}
},
{

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "cmake" }
install = { "cmake" }
}
},
}

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "css", "scss" }
install = { "css", "scss" }
}
},
{

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "dockerfile" }
install = { "dockerfile" }
}
},
}

View file

@ -52,7 +52,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "go", "gomod", "gowork", "gosum" }
install = { "go", "gomod", "gowork", "gosum" }
}
},
{

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "html" }
install = { "html" }
}
},
{

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "javascript", "javadoc" }
install = { "javascript", "javadoc" }
}
}
}

View file

@ -21,7 +21,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "lua" }
install = { "lua" }
}
},
{

View file

@ -6,7 +6,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "markdown" }
install = { "markdown" }
}
},
{

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "ninja" }
install = { "ninja" }
}
},
}

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "php", "blade", "php_only", "phpdoc", "sql", "csv" }
install = { "php", "blade", "php_only", "phpdoc", "sql", "csv" }
}
},
{

View file

@ -6,7 +6,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "qmljs" }
install = { "qmljs" }
}
},
{

View file

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

View file

@ -6,7 +6,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "sql" }
install = { "sql" }
}
},
{

View file

@ -23,7 +23,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "typescript" }
install = { "typescript" }
}
},
{

View file

@ -17,7 +17,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "vue" }
install = { "vue" }
}
},
{