This website requires JavaScript.
Explore
iGor milhit
Help
Sign In
igor
/
neovim
Watch
1
Star
0
Fork
You've already forked neovim
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5b96c340de
neovim
/
init.lua
4 lines
65 B
Lua
Raw
Normal View
History
Unescape
Escape
global: rewrite configuration from scratch - Allows me to better understand what are doing the installed plugins and depedencies. - Improves the structure of the configuration, in order to ease the maintenance. - Improves markdown experience, even if it can still be improved. - Documents the configuration in the README file. Co-Authored-by: iGor milhit <igor@milhit.ch>
2024-08-06 16:35:29 +02:00
-- Load options from core
require
(
"
core
"
)
require
(
"
config.lazy
"
)