mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +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",
|
||||
ft = { "sh" }, -- not all shell scripts is bash, but.
|
||||
opts = {
|
||||
servers = {
|
||||
bashls = {}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "c", "h", "cpp", "hpp" },
|
||||
opts = {
|
||||
servers = {
|
||||
clangd = {}
|
||||
|
|
|
|||
|
|
@ -7,10 +7,9 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "css", "scss" },
|
||||
opts = {
|
||||
servers = {
|
||||
tailwindcss = {},
|
||||
-- tailwindcss = {},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,7 +56,6 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "go" },
|
||||
opts = {
|
||||
servers = lspservers
|
||||
},
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "lua" },
|
||||
opts = {
|
||||
servers = lspservers
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ return {
|
|||
-- LSP
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "php" },
|
||||
opts = {
|
||||
servers = lspservers
|
||||
},
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "rust" },
|
||||
opts = {
|
||||
servers = lspservers
|
||||
},
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "ts" },
|
||||
opts = {
|
||||
servers = lspservers
|
||||
},
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "vue" },
|
||||
opts = {
|
||||
servers = lspservers
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue