Skip to content

Commit 9e0d2e4

Browse files
committed
plugins/lsp: rename lua scope to nvim-lspconfig
1 parent 775e4d8 commit 9e0d2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/lsp/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
180180
if wrappers == [ ] then s else (builtins.head wrappers) (runWrappers (builtins.tail wrappers) s);
181181
in
182182
''
183-
-- LSP {{{
183+
-- nvim-lspconfig {{{
184184
do
185185
${cfg.preConfig}
186186

0 commit comments

Comments
 (0)