A few of my friends and I all just borked our neovim configs during a plug update, and because none of us were using ...
Posts tagged: vim
All posts with the tag "vim"
Let's make a vim command to automatically collect all the links in these posts at the end of each article. Regex conf...
I recently found a really great plugin by mhinz to open files in neovim from a different tmux split, without touching...
Anyone just starting out their vim customization journey is bound to run into this error.
Creating a minimal config specifically for git commits has made running much more pleasant. It starts up Much faster,...
One of the first things I noticed broken in my terminal based workflow moving from Windows wsl to ubuntu was that my ...
I often pop into my blog from neovim with the intent to look at just a single series of posts, , , or just see todays...
I don't use refactoring tools as much as I probably should. mostly because I work with small functions with unique na...
I've been stuck many times looking at a vim buffer with little question marks at the beginning of each line and tryin...
One of the most useful skills you can acquire to make you faster at almost any job that uses a computer is getting go...
When I first moved to vim from and ide like vscode or sublime text one of my very first issues was trying to preview ...
Many command line tools can output a list of files, this is quite powerful. I often want to search for something, the...
Finding hidden files using Telescope as you fuzzy file finder is not too hard, its a single flag passed in. Then it w...
Fugitive comes with a pretty sick way to commit files and see the diff at the same time with verbose commit. Opening ...
You must use augroup with autocmd in vim | Here's how
If you are running vim autocmd’s without a group, you’re killing your performance. Granted your probably not sourcing your vimscript files with autocmd’s too often, but every time you source that vimscript you are adding another command that needs to run redundantly.
Not silky smooth
...
Setup a yaml schema | yamlls for a silky smooth setup
I’ve gone far too long without a good setup for editing yaml files, I am missing out on autocomplete and proper diagnostics. This ends today as I setup yaml-language-server in neovim.
The video for this one is part of a challenge-playlist I put out for myself to constantly improve my dotfiles for all of December.
...
How linux users install a text editor
In honor of the neovim 0.6.0 release, I decided to do a funny skit installing neovim, and fix up my install script in the process as part of my challenge to fix up my dotfiles. I ran into one snag where I was not updating the repo that I cloned. I moved it to the directory I now keep third-party git repos and set it to update with ansible.
The thing that took me the longest to realize was…. I had a path issue pointing me to an old install of the appimage over the fresh build, fixed that up and now we are on 0.7.0 nightly.
...
I made a neovim plugin
I’ve slowly adding more and more lua functions into my neovim configuration, and recently I noticed a pattern for a class of functions that reach out to run shell commands that can be abstracted away.
Check out the project readme for the most up to date details on the plugin itself.
...
Notes for second vim-fundamentals course meetup
newline another
Mahesh Subrajmanium Venkatachalam - Plugins | Installing a Theme Hunter Phillips - Quickfix | Offline Ordering with getqflist Andrea Wackerle - Search & Replace | Macros
Matthew Fletcher - Registers | Advanced Motions Jump, Delete, & Select | Advanced Motions: Paste & Move Nicholas Payne - My First Vim Plugin | What Makes a Good Plugin Zev Averbach - Harpoon | Wrap up
...