Questions tagged [nvim-lspconfig]
62 questions
0
votes
0 answers
get displayed signs in a buffer
I'm trying to write a script that can get the signs in the sign column of a given buffer, I saw in the help that:
sign_getplaced([{expr} [, {dict}]]) sign_getplaced()
Return a list of signs placed in a buffer or…

Noam E
- 121
- 1
- 1
- 4
0
votes
1 answer
Tailwindcss LSP for Neovim root_dir issue
I am having an issue with the Tailwind LSP in Neovim 0.5 where the language server running however I get no intellisense when defining a class. I am working on a django project and tailwind is all setup with the following structure.
.
├── .git/
├──…

TheRagingLoser
- 21
- 4