Recent Posts

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