195 current 2025-01-10 23:10:31 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -31,10 +31,10 @@
|
|||||||
plugin = goyo-vim;
|
plugin = goyo-vim;
|
||||||
config = toLuaFile ./plugins/goyo.lua;
|
config = toLuaFile ./plugins/goyo.lua;
|
||||||
}
|
}
|
||||||
{
|
# {
|
||||||
plugin = tokyonight-nvim;
|
# plugin = tokyonight-nvim;
|
||||||
config = toLuaFile ./plugins/tokyonight.lua;
|
# config = toLuaFile ./plugins/tokyonight.lua;
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
|
|
||||||
# extraConfig = lib.fileContents ./init.vim;
|
# extraConfig = lib.fileContents ./init.vim;
|
||||||
|
|||||||
@@ -142,20 +142,3 @@ vim.api.nvim_create_autocmd("FileType", {
|
|||||||
group = wrapLineInTexFile,
|
group = wrapLineInTexFile,
|
||||||
command = "setlocal wrap"
|
command = "setlocal wrap"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
require("tokyonight").setup({
|
|
||||||
-- use the night style
|
|
||||||
style = "night",
|
|
||||||
-- disable italic for functions
|
|
||||||
styles = {
|
|
||||||
functions = {}
|
|
||||||
},
|
|
||||||
-- Change the "hint" color to the "orange" color, and make the "error" color bright red
|
|
||||||
on_colors = function(colors)
|
|
||||||
colors.hint = colors.orange
|
|
||||||
colors.bg = "#ff0000"
|
|
||||||
colors.fg = "#e3e1e1"
|
|
||||||
end
|
|
||||||
})
|
|
||||||
|
|||||||
Reference in New Issue
Block a user