Gennady Zlobin
Gennady Zlobin
I've built the go binary but after adding the code from tutorial to my init.vim, I'm getting the following error: ``` gennad@gennad-fedora-R90QNFJT ~/m/go/nvim> nvim ~/.config/nvim/init.vim Error detected while processing /home/gennad/m/configs/nvim/init.vim:...
I am thinking of the `C-e check` function that would try to compile the code and highlight the errors in the code if there are any.
It is convenient to work on multiple files with a split, especially when browsing the function usage in one file and the function definition in another, I'm proposing to add...
I noticed that the unit tests are intermingled with the application logic source code, do we need to move them to the appropriate `tests` directory as it normally is in...
Does it support ctags? From the source code I can see that doesn't. I'm proposing to add it.
Besides ctags, would be nice to implement the support for the trendy language server protocol
I am proposing to add a command to open a file inside the current working directory with the fuzzy search.
Are there any plans to add support of lsp to Geany?