1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: lang: lazy load lsp by filetype

This commit is contained in:
Henrik Hautakoski 2024-09-05 14:59:05 +02:00
parent 0751a50279
commit d9da576a0c
9 changed files with 9 additions and 0 deletions

View file

@ -26,6 +26,7 @@ return {
},
{
"neovim/nvim-lspconfig",
ft = { "lua" },
opts = {
servers = lspservers
}