2024-09-20 13:17:50 +02:00
|
|
|
-- nvim-tree:
|
|
|
|
-- It is strongly advised to eagerly disable netrw, due to race conditions at vim
|
|
|
|
vim.g.loaded_netrw = 1
|
|
|
|
vim.g.loaded_netrwPlugin = 1
|
|
|
|
|
2024-09-12 21:43:42 +02:00
|
|
|
require("config.lazy")
|
|
|
|
require("config.remap")
|
|
|
|
|
|
|
|
require("main")
|