Moved init.lua to colors directory

main
Montréal 2026-02-20 14:20:57 +01:00
parent 3f924a2d98
commit 1ea00bf6bc
1 changed files with 0 additions and 7 deletions

View File

@ -1,8 +1,4 @@
-- settings based on: https://github.com/navarasu/onedark.nvim -- settings based on: https://github.com/navarasu/onedark.nvim
local M = {}
function M.load(_)
local vim = vim -- assign global "vim" to prevent a lot of warnings local vim = vim -- assign global "vim" to prevent a lot of warnings
vim.o.termguicolors = true vim.o.termguicolors = true
@ -947,6 +943,3 @@ local lualine_plugin_highlights = {
lualine_c_terminal = { fg = fg_dark, bg = bg_dark }, lualine_c_terminal = { fg = fg_dark, bg = bg_dark },
} }
set_highlight_groups(lualine_plugin_highlights) set_highlight_groups(lualine_plugin_highlights)
end
return M