diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-09 19:29:27 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-02-09 19:29:27 +0000 |
commit | 938e3fc26f7cddf3c2173f326be2a6b8bf1326f3 (patch) | |
tree | 1351693639b91221c08bebe87e8a8f8e7c1f51f2 /README.md | |
parent | 0a56dfa33a6c00df4ab06eca6eefba8cd80820f5 (diff) | |
download | dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.gz dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.bz2 dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.lz dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.xz dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.tar.zst dotfiles-938e3fc26f7cddf3c2173f326be2a6b8bf1326f3.zip |
Set scrolloff in neovim and add tcsh support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -38,3 +38,9 @@ Here is an incomplete list of the required dependencies for each configuration. - [deno](https://deno.land) - [git](https://git-scm.com/) +Also need to run this to get :MarkdownPreview to work + +```sh +:lua vim.fn["mkdp#util#install"]() +``` + |