Markdown/Latex previewing
This commit is contained in:
parent
8ab9357362
commit
5767f9fcda
4 changed files with 115 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue