-
Hello, quarto-nvim community. I recently started using nvim and at first I was just using vim plugins but yesterday I switched to lua configuration by following a youtube playlist. I don't have much understanding of lua either, most of my config is copy pasted the chunks I thought were necessary, so I'm not really able to figure out what's going on. I use quarto on my windows os and want to use it on linux also so I wanted to add this plugin to my neovim configuration and I did add it but it's not working. I tried looking at the files in neovim-kickstarter config but that didn't make sense to me either it's pretty advanced. I'm getting following error when I try to open a .qmd file. This is the link to my nvim configuration I have installed the required plugins using packer inside the plugins.lua file use { "quarto-dev/quarto-nvim" } Then I created a quarto.lua file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Which version of nvim are you on? I have a configuration for 0.8.3 and 0.9 (the latest and recommend) as linked in the readme. I would also recommend to try the complete Kickstarter configuration at least once to confirm that it works before copy-pasting parts. You can also follow my playlist with it to see how the different parts work together. |
Beta Was this translation helpful? Give feedback.
Which version of nvim are you on? I have a configuration for 0.8.3 and 0.9 (the latest and recommend) as linked in the readme.
I would also recommend to try the complete Kickstarter configuration at least once to confirm that it works before copy-pasting parts. You can also follow my playlist with it to see how the different parts work together.