1
0
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:
tiyn 2023-08-07 15:38:03 +02:00
parent 62ee4ff09a
commit 9d99e84a93

View File

@ -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