need I say what type of commit this is?
*kitchen sink*
This commit is contained in:
parent
77130d61af
commit
450750835a
9 changed files with 752 additions and 48 deletions
|
|
@ -1 +1,5 @@
|
|||
vim.cmd("colorscheme mellow")
|
||||
if vim.fn.has("termguicolors") and not os.getenv("TERM") ~= "linux" then
|
||||
vim.cmd("colorscheme mellow")
|
||||
else
|
||||
vim.cmd("colorscheme default")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue