mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 04:27:46 +01:00
nvim: fixed typo
This commit is contained in:
parent
62ee4ff09a
commit
9d99e84a93
@ -41,7 +41,7 @@ return require("packer").startup(function(use)
|
||||
-- preview for markdown filetypes
|
||||
use { "iamcco/markdown-preview.nvim",
|
||||
ft = { 'md' },
|
||||
run = "cd app && npm install"
|
||||
run = "cd app && yarn install"
|
||||
}
|
||||
|
||||
-- latex asynchronous pdf rendering
|
||||
|
Loading…
x
Reference in New Issue
Block a user