Gersi Doko

Results 9 comments of Gersi Doko

Equivalent Lua for anyone wondering ```lua vim.g.vimtex_compiler_latexmk = { build_dir = "build" } ```

Anything new on this issue? This issue is mighty annoying. At this point I kinda live with it because its been an issue for so long but I would really...

This would be such a terrific addition! I just tore my hair out with this error! An lsp was erroring out because the language server command did not exist, I...

If I can add something to the conversation, the ft table now works for the vimtex plugin for me. Not sure if anything changed. Config ``` { "lervag/vimtex", ft =...

I would like to understand what the "Plug" directive (in brackets) does. Can anyone point me where I can find the documentation for that? @gennaro-tedesco make sure ft is a...

This feature is indeed very useful, looking forward to it 😄

If it does then I can't figure out how to. I just switched from LazyVim to Kickstart and I tried getting the function completion to work like lazy had.and lazy...

Yes sir. This is the last reason I still use nvim-autopairs.

Very wholesome, very useful feature. In the meantime try and configure the LSP you use to send snippets for completion. This varies per LSP. That's how I got around it...