life is too short for a diary



Posts Tagged: neovim

Add Fugitive Git Blame to LunarVim with a 50 Percent Blame Window

[`vim-fugitive`](https://github.com/tpope/vim-fugitive) gives you a proper `:Git blame` view inside LunarVim. The annoying part is that the blame window can become too wide when author names, dates, or commit metadata are long. On a laptop screen that means you can see the committers, but not enough of the code...

Continue reading → vim neovim lunarvim



Navigating Buffers in LunarVim

Lunarvim is a powerful tool that can enhance productivity for advanced software engineers. One feature that is particularly useful for working with multiple files is `vsplit` and `telescope`. However, it can become cumbersome to navigate between files using a mouse. ..

Continue reading → neovim vim lunarvim



Neovim Setup with LunarVim

I am an ardent `vim` user. A forked version of vim called `neovim` recently caught my attention. It has more features like support for `language server protocol` that provides `auto-complete`, etc. `LunarVim` provides neovim configuration files so that it behaves as an IDE...

Continue reading → vim neovim lunarvim