mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: lang: lazy load lsp by filetype
This commit is contained in:
parent
0751a50279
commit
d9da576a0c
9 changed files with 9 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
ft = { "sh" }, -- not all shell scripts is bash, but.
|
||||
opts = {
|
||||
servers = {
|
||||
bashls = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue