Chagning .nixos pathing
This commit is contained in:
@@ -33,7 +33,7 @@ end
|
||||
local function want_truecolor()
|
||||
if is_linux_console() then return false end
|
||||
return vim.fn.has("termguicolors") == 1
|
||||
or ((vim.env.COLORTERM or ""):lower():find("truecolor") ~= nil)
|
||||
or ((vim.env.COLORTERM or ""):lower():find("truecolor") ~= nil)
|
||||
end
|
||||
|
||||
local function set_colorscheme()
|
||||
|
||||
Reference in New Issue
Block a user