menisadi

joined 2 years ago
 

My company doesn't allow me to use Github's Copilot (for security reasons) and I'm looking for an alternative. I found one locally hosted LLM called TabbyML and one named Wizardcoder. Do anyone here have tried those? Are they any good? [I code mostly Python and data-science stuff]

 

I just installed LSP stuff using Mason (debugpy, pyright, black and flake8) and made sure that they are also installed on my python environment.

This pops-up when I try to start DAP (by either F5 or by :DapContinue).

I'm quite new to neovim so I might be missing somthing basic,

 

I recently started a fresh configuration using kickstart.nvim.

I noticed that sometimes when I writing python files when I press space (which is my key) followed by : the line indentation increase. It doesn't seem to happen on text files. I didn't find any configuration which maps this behavior

Any idea why this happens? How to disable this?