mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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.
|
# using this in a submodule nested within another nixvim config.
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./lsp
|
||||||
./misc
|
./misc
|
||||||
./autocmd.nix
|
./autocmd.nix
|
||||||
./clipboard.nix
|
./clipboard.nix
|
||||||
|
@ -18,7 +19,6 @@
|
||||||
./highlights.nix
|
./highlights.nix
|
||||||
./keymaps.nix
|
./keymaps.nix
|
||||||
./lazyload.nix
|
./lazyload.nix
|
||||||
./lsp.nix
|
|
||||||
./lua-loader.nix
|
./lua-loader.nix
|
||||||
./opts.nix
|
./opts.nix
|
||||||
./output.nix
|
./output.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue