mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 06:53:40 +02:00
nvim: no need to lazy load lsp-config as lsp is already lazy loaded
This commit is contained in:
parent
a6b1c92985
commit
113dc823ca
9 changed files with 1 additions and 10 deletions
|
|
@ -7,7 +7,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "sh" }, -- not all shell scripts is bash, but.
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
bashls = {}
|
bashls = {}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "c", "h", "cpp", "hpp" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
clangd = {}
|
clangd = {}
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,9 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "css", "scss" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
tailwindcss = {},
|
-- tailwindcss = {},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "go" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "lua" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,6 @@ return {
|
||||||
-- LSP
|
-- LSP
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "php" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "rust" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "ts" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
ft = { "vue" },
|
|
||||||
opts = {
|
opts = {
|
||||||
servers = lspservers
|
servers = lspservers
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue