Compare commits
4 Commits
5f6f2fefb9
...
ide
| Author | SHA1 | Date | |
|---|---|---|---|
| 36863e008b | |||
| d132060bb7 | |||
| 79be38819b | |||
| 377a330e11 |
@@ -8,7 +8,6 @@ local Plug = vim.fn['plug#']
|
||||
|
||||
vim.cmd('filetype plugin indent on')
|
||||
vim.cmd('syntax enable')
|
||||
vim.cmd('set nu')
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +18,7 @@ Plug('nvim-tree/nvim-web-devicons')
|
||||
Plug('nvim-tree/nvim-tree.lua')
|
||||
|
||||
-- for latex
|
||||
Plug('lervag/vimtex')
|
||||
-- Plug('lervag/vimtex')
|
||||
|
||||
Plug('SirVer/UltiSnips')
|
||||
|
||||
@@ -30,6 +29,7 @@ vim.call('plug#end')
|
||||
|
||||
-- optionally enable 24-bit colour
|
||||
vim.opt.termguicolors = true
|
||||
vim.opt.number = true
|
||||
|
||||
-- empty setup using defaults
|
||||
require("nvim-tree").setup({
|
||||
@@ -47,10 +47,11 @@ require("nvim-tree").setup({
|
||||
},
|
||||
})
|
||||
|
||||
-- for vimtex
|
||||
|
||||
require("vimtex").setup({
|
||||
viewer={
|
||||
method = 'zathura',
|
||||
},
|
||||
})
|
||||
-- Viewer options: One may configure the viewer either by specifying a built-in
|
||||
-- viewer method:
|
||||
vim.g.vimtex_view_method = 'skim'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user