Here Clear out lsp diagnostics in nvim. This post was a thought by
thoughts
2023-10-25
Vimconf 2022 Extending vim does not need to be complicated and can be done using cli tools I know all the files that I care to search for are called build.yml,
blog-post
2022-11-12
With the latest release of version of nvim 0.8.0 we get access to a new winbar nvim exposes the winbar api in lua, and you can send any text to the winbar as fo
TIL: Today I Learned
2022-10-27
How to vimgrep over hidden files. I needed to delete all build pipeline steps that were named Today After searching through all the projects it was clear that
TIL: Today I Learned
2022-8-22
A few of my friends and I all just borked our neovim configs during a plug https://twitter.com/pypeaday/status/1524882893914398732 Lucky for me I did it on a ho
TIL: Today I Learned
2022-5-13
Let Before you run someone Something that I have always appreciated form Searchng through the internet I was able to find an article from Here is my interpretat
TIL: Today I Learned
2022-3-19
I recently found a really great I have this added to my In my workflow I open a tmux session for each project, so this First open neovim, but with the If you
TIL: Today I Learned
2022-3-6
Anyone just starting out their vim customization journey is bound to run into this error. I If you run You still need to map your remaps with a : if you do not
TIL: Today I Learned
2022-2-14
Creating a minimal config specifically for git commits has made running The other thing that is engrained into my muscle memory is Here is the config that has
TIL: Today I Learned
2022-2-4
One of the first things I noticed broken in my terminal based workflow moving First off you need to get I have tmux setup to automatically copy any selection I
TIL: Today I Learned
2022-1-26
I often pop into my blog from neovim with the intent to look at just a To tie these into a Telescope picker you add the command as the NOTE telescope treates ea
TIL: Today I Learned
2022-1-23
I don I first tried the nvim lsp rename, and it failed, Then I pip installed Once you have rope installed you can call rename on the variable.
TIL: Today I Learned
2022-1-16
I It turns out they are tabs, and you can get rid of the little leading
TIL: Today I Learned
2022-1-6
One of the most useful skills you can acquire to make you faster at I Passing the flag Giving
TIL: Today I Learned
2021-12-31
When I first moved to vim from and ide like vscode or sublime text one of my You will need a way to run another process alongside vim, here are a couple use bac
TIL: Today I Learned
2021-12-28
Many command line tools can output a list of files, this is quite powerful. Telescope is the fuzzy file finder I use every day inside of neovim. Its pretty Thi
TIL: Today I Learned
2021-12-27
Finding hidden files using Telescope as you fuzzy file finder is not too I have this keymap set to help me list out all files including hidden see the
TIL: Today I Learned
2021-12-26
Fugitive comes with a pretty sick way to commit files and see the diff at the example of a verbose commit in fugitive
TIL: Today I Learned
2021-12-22
If you are running vim autocmd https://youtu.be/2ITTn4Dl0lc For Lets create a new file called I What you need to do is clear out all commands in the augroup w
blog-post
2021-12-8
I The video for this one is part of a I have my You will need the following plugins. I use plug, if you don Make sure that you have nvim Again if you don Next
blog-post
2021-12-3
In honor of the neovim 0.6.0 release, I decided to do a funny skit installing https://youtu.be/64oKLphhBuo The thing that took me the longest to realize was....
blog-post
2021-11-30
I Check out the project I want a simple way to make remaps into shell commands that can open new tmux For example I want to make remaps to do things like open
blog-post
2021-10-5
newline Mahesh Subrajmanium Venkatachalam - Plugins | Installing a Theme Matthew Fletcher - Registers | Advanced Motions Jump, Delete, get a plugin manager unl
blog-post
2021-8-27
blog-post
2021-6-3
Setting up python with the native nvim>0.5 lsp was mr https://github.com/neovim/nvim-lspconfig https://github.com/palantir/python-language-server/issues/190 Get
blog-post
2021-5-17
blog-post
2021-5-6
I wsl can access clip.exe. You can do some cool things with it, such as Let pipe streams of text into clip.exe I recently made mine feel a bit more natural by
blog-post
2021-4-17
Replacing text based on whats in the current search register is a quite handy https://www.youtube.com/watch?v=fP If there is one thing that I Like most about vi
blog-post
2021-1-10
If you are like me, you have created a macro or two that is pure glory, and you forget how you made it after a day or so, or you immediately want to store it aw
blog-post
2021-1-4
Replacing text in vim can be quite frustrating especially since it doesn https://twitter.com/ I had to do a bit of searching and found a great post from I beli
blog-post
2021-1-4
Vim Location List eating up the screen while I am zoomed in and trying to live code Through some google search I found the culprit was syntastic. It has an I
blog-post
2020-1-1