AI is overwhelming at this pace
@ascourter/the-current-state-of-ai-is-overwhelming-c4ea15a402e5" target="_blank" rel="nofollow noopener">medium.com/@ascourter/the…
Finally got around to setting up the new Kotlin LSP in Neovim and its going well so far!
@ascourter/the-new-kotlin-lsp-for-neovim-d2dd02d087d3" target="_blank" rel="nofollow noopener">medium.com/@ascourter/the…
I am going down the rabbit hole of going through all the snacks.nvim plugins...
@ascourter/integrating-snacks-nvim-in-your-neovim-configuration-0b341b41580c" target="_blank" rel="nofollow noopener">medium.com/@ascourter/int…
Want to repeat the same command many times in Neovim?
If you wanted to prepend - to the front of each line, you can use I-
Then use visual mode, V, and select the lines using j/k.
Then use : and type in normal .
:'<,'>normal .