Recent posts

Managing marks in neovim

1 minute read

One issue I had when switching to neovim was the inefficiency in switching tabs and moving quickly across files.

Managing autocompletion neovim

2 minute read

Notice: Please ensure that you have already installed your language servers before working on autocompletion.

Diagnostics in nvim

1 minute read

Neovim’s internal diagnostic tool vim.diagnostic is a framework for diagnostic producers to report diagnostics link.