Markdown/Latex previewing

This commit is contained in:
agryphus 2023-07-14 10:22:56 +02:00
parent 8ab9357362
commit 5767f9fcda
4 changed files with 115 additions and 13 deletions

View file

@ -70,12 +70,15 @@ return require("packer").startup(function(use)
-- Latex editing in vim
use "lervag/vimtex"
-- Vim Games :D
use "ThePrimeagen/vim-be-good"
-- Auto comment
use "numToStr/Comment.nvim"
-- Markdown
use({
"agryphus/markdown-preview.nvim",
run = function() vim.fn["mkdp#util#install"]() end,
})
-- Jupyter notebook integration
use {
"glacambre/firenvim",

View file

@ -10,7 +10,7 @@ vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.wrap = false
vim.opt.wrap = true
vim.opt.scrolloff = 8
vim.opt.signcolumn = "auto"