This website requires JavaScript.
Explore
Help
Sign In
servostar
/
Neovim
Watch
1
Star
0
Fork
You've already forked Neovim
0
Code
Issues
17
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
refactor(init): initializing options before running lazy
Browse Source
...
This commit is contained in:
Sven Vogel
2024-11-01 13:36:57 +01:00
parent
40d53234e5
commit
ec10265eb7
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
init.lua
Unescape
Escape
View File
@ -1,3 +1,3 @@
require
(
"
config.lazy
"
)
require
(
"
config.opts
"
)
require
(
"
config.lazy
"
)
require
(
"
config.keys
"
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
servostar/Neovim
Title
Body
Create Issue