1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: no need to lazy load lsp-config as lsp is already lazy loaded

This commit is contained in:
Henrik Hautakoski 2024-10-14 15:41:41 +02:00
parent a6b1c92985
commit 113dc823ca
9 changed files with 1 additions and 10 deletions

View file

@ -7,7 +7,6 @@ return {
},
{
"neovim/nvim-lspconfig",
ft = { "sh" }, -- not all shell scripts is bash, but.
opts = {
servers = {
bashls = {}