update
This commit is contained in:
parent
79be38819b
commit
d132060bb7
|
@ -29,7 +29,7 @@ vim.call('plug#end')
|
|||
|
||||
-- optionally enable 24-bit colour
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.nu = true
|
||||
vim.opt.number = true
|
||||
|
||||
-- empty setup using defaults
|
||||
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 method:
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
vim.g.vimtex_view_method = 'skim'
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user