Gennady Zlobin

Results 9 issues of 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:...

docs

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.

enhancement

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...

enhancement

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.

enhancement

Besides ctags, would be nice to implement the support for the trendy language server protocol

enhancement

I am proposing to add a command to open a file inside the current working directory with the fuzzy search.

enhancement

Please make an option to do this by default

enhancement

Are there any plans to add support of lsp to Geany?

enhancement
plugin