nvim: add MarkdownPreview

- add `.cargo/bin` to PATH
This commit is contained in:
TheGeneralist 2025-10-16 18:20:56 +02:00
parent 3a47ebe28b
commit 48eefdaa20
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 15 additions and 67 deletions

View file

@ -0,0 +1,7 @@
return {
"windwp/nvim-autopairs",
event = "InsertEnter",
config = true,
-- use opts = {} for passing setup options
-- this is equivalent to setup({}) function
}