Replies: 1 comment 1 reply
-
I can only recommend to go through https://github.com/jmbuhr/quarto-nvim-kickstarter/blob/main/lua/plugins/quarto.lua line by line to see how plugins that somehow interact with quarto can or should be configured. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm unable to use
shift-k
toshow python doc
of a module, e.g. numpy or matplotlib, in qmd file. Also, keybindinggd
forgoto definition
is also not working in python code in qmd file.I got the following error:
I'm expecting the following when using
shift-k
in a normal python file:I understand that the following is mentioned here in this repo. However, I'm still not familiar with how to config the plugins related to lsp and code completion, etc.
So, can anyone provide some suggestions on how to edit the nvim plugins, such as
nvim-lspconfig
,nvim-cmp
, etc. that are related toquarto-nvim
so that we can get the same functions, such as auto-completion, etc when we edit python code in qmd files like we have when editing native python code in neovim?My
nvim
config withquarto-nvim
installed is shown here.Beta Was this translation helpful? Give feedback.
All reactions