mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +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" })
|