1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: fixed typo

This commit is contained in:
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