Fish
This commit is contained in:
14
.config/nvim/lua/plugins/theme.lua
Normal file
14
.config/nvim/lua/plugins/theme.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
if os.getenv("TERM") ~= "linux" then
|
||||
vim.cmd.colorscheme("tokyonight-storm")
|
||||
end
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user