mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/lsp: move to dedicated directory
This commit is contained in:
parent
70c9b3b890
commit
74368bcfc1
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue