-
For example, I got a warning, rather than a ...and this is what I should see (using lazyvim-starter-for-quarto): I checked and it seems I do have lsp for python and marksman attached: My I ask what I'm missing here, or incorrectly configured, that is causing the missing of lsp function? My config file: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Are you making sure that the extra language servers that attach to the quarto buffer don't overwrite the quarto-nvim/ftplugin/quarto.lua Lines 22 to 36 in 14a80ff If your config uses your own |
Beta Was this translation helpful? Give feedback.
-
Thanks. However, I was following your lazyvim-starter-for-quarto, and I don't know how to add the custom https://github.com/hopezh/oatLazyVim/blob/main/lua/plugins/nvim_lspconfig.lua |
Beta Was this translation helpful? Give feedback.
-
Thanks, @jmbuhr , and of course, I'm not asking you to dig into my config file. Anyway, after some poking around, I managed to solve the issue by moving the line |
Beta Was this translation helpful? Give feedback.
Thanks, @jmbuhr , and of course, I'm not asking you to dig into my config file.
Anyway, after some poking around, I managed to solve the issue by moving the line
--@param opts cmp.ConfigSchema
out of theopts
function in the config ofnvim-cmp
in my quarto.lua file: