Skip to content

Commit 74368bc

Browse files
committed
modules/lsp: move to dedicated directory
1 parent 70c9b3b commit 74368bc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

modules/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# using this in a submodule nested within another nixvim config.
55
{
66
imports = [
7+
./lsp
78
./misc
89
./autocmd.nix
910
./clipboard.nix
@@ -18,7 +19,6 @@
1819
./highlights.nix
1920
./keymaps.nix
2021
./lazyload.nix
21-
./lsp.nix
2222
./lua-loader.nix
2323
./opts.nix
2424
./output.nix
File renamed without changes.

0 commit comments

Comments
 (0)