check new version of neovim in golang
I am big fan of Vim/Neovim. I am using vim every day for coding. I want to be up to date against nightly build of Neovim and thats the reason …
I am big fan of Vim/Neovim. I am using vim every day for coding. I want to be up to date against nightly build of Neovim and thats the reason …
From Golang documentation Package runtime inittrace: setting inittrace=1 causes the runtime to emit a single line to standard error for each package with init work, summarizing the execution time and …
I was playing with my vimrc file ~/.config/nvim/init.vim for about 2 hours… And this is result. I am happy with this. My config is fully functionally and pretty fast. Result
I am used to write or edit my code in vim long time. But this year I want to be more efficiency in this. And this is my first step. …
Without semaphore, without limiter With channel like limiter With semaphore like limiter
lite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty, small and fast, implemented as simply as possible; easy to modify and extend, or …