modules/lsp: move to dedicated directory

This commit is contained in:
Matt Sturgeon 2025-04-28 17:59:05 +01:00
parent 70c9b3b890
commit 74368bcfc1
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@
# using this in a submodule nested within another nixvim config.
{
imports = [
./lsp
./misc
./autocmd.nix
./clipboard.nix
@ -18,7 +19,6 @@
./highlights.nix
./keymaps.nix
./lazyload.nix
./lsp.nix
./lua-loader.nix
./opts.nix
./output.nix