added vimtex back
This commit is contained in:
@@ -127,10 +127,14 @@ local function packer_startup(use)
|
||||
|
||||
use 'folke/zen-mode.nvim' -- For centering the text on screen giving a better editing experience in full-screen mode.
|
||||
|
||||
use 'lervag/vimtex'
|
||||
|
||||
if packer_bootstrap then --Comes after packages
|
||||
require('packer').sync()
|
||||
end
|
||||
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
|
||||
|
||||
vim.g.loaded_netrw = 1 -- Disables some built in plugin
|
||||
vim.g.loaded_netrwPlugin = 1 -- Disables some built in plugin
|
||||
|
||||
Reference in New Issue
Block a user