update
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user