(neovim) move coding related components to extra loaded configuration

This commit is contained in:
Bartek Stalewski 2025-07-26 18:40:23 +02:00
parent 1d969481df
commit 86cf2fa9d4
No known key found for this signature in database
21 changed files with 185 additions and 156 deletions

View file

@ -1,2 +1,8 @@
if os.getenv("NVIM_MAIN_HOST") then
MainHost = true
else
MainHost = false
end
require("config")
require("core")