mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
6 lines
152 B
Lua
6 lines
152 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
require("config.lazy")
|
|
|
|
-- Custom Highlight
|
|
vim.api.nvim_set_hl(0, "WinSeparator", { fg = "#1F2334" })
|