(neovim) move coding related components to extra loaded configuration
This commit is contained in:
parent
1d969481df
commit
86cf2fa9d4
21 changed files with 185 additions and 156 deletions
|
@ -1,2 +1,8 @@
|
|||
if os.getenv("NVIM_MAIN_HOST") then
|
||||
MainHost = true
|
||||
else
|
||||
MainHost = false
|
||||
end
|
||||
|
||||
require("config")
|
||||
require("core")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue