This commit is contained in:
Wenwen Zhang 2024-06-02 19:23:31 +08:00
parent 79be38819b
commit d132060bb7

View File

@ -29,7 +29,7 @@ vim.call('plug#end')
-- optionally enable 24-bit colour -- optionally enable 24-bit colour
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.nu = true vim.opt.number = true
-- empty setup using defaults -- empty setup using defaults
require("nvim-tree").setup({ require("nvim-tree").setup({
@ -51,7 +51,7 @@ require("nvim-tree").setup({
-- Viewer options: One may configure the viewer either by specifying a built-in -- Viewer options: One may configure the viewer either by specifying a built-in
-- viewer method: -- viewer method:
vim.g.vimtex_view_method = 'zathura' vim.g.vimtex_view_method = 'skim'