Recent Posts

Improving work with Terraform in Neovim

1 minute read

Working with Terraform on a daily basis and using Neovim as my main and only editor, I recently figured out a few improvements, which I’ll share in this blog...

TIL - Neovim lsp uses tag stack

less than 1 minute read

When you use Neovim LSP functions like vim.lsp.buf.definition() or vim.lsp.buf.implementation(), your cursor jumps to the corresponding position. Your previo...