nvim: add MarkdownPreview
- add `.cargo/bin` to PATH
This commit is contained in:
parent
3a47ebe28b
commit
48eefdaa20
4 changed files with 15 additions and 67 deletions
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
config = true,
|
||||
-- use opts = {} for passing setup options
|
||||
-- this is equivalent to setup({}) function
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue