-
Setting Up Nvim-Manager Starship Prompt
I built out a tool for myself to manage my nvim configuration, and I wanted to
-
Nvim-Manager
I recently built a cli application as a nearly-one-shot-app called {.bg-blue-900 .border-r-8 .border-black .rounded-xl .max-w-xl .p-6 .font-bold} {.bg-green-900
-
๐ญ Olimorris/Codecompanion.Nvim: โจ Ai-Powered Codin...
Definitely need to give codecompanion.nvim a try, it looks like a competitor to windsurf but in nvim. It looks so featu
-
๐ญ Releases ยท Waylonwalker/Nvim-Manager
First release of nvim-manager is out. Your dotfiles change a lot, sometimes it's hard to manage all of the places you
-
๐ญ Waylonwalker/Nvim-Manager: Manage Dotfiles With ...
New release out for nvim-manager that supports installing pre-configured distros. It's such a breeze to install these n
-
๐ญ Github - Ngalaiko/Tree-Sitter-Go-Template: Golan...
This setup fixed my nvim syntax highlighting in helm templates.
-
๐ญ Wrapping Your Favorite Cli In Neovim - Youtube
cool video on expanding vim with cli. piping commands into vim ![piping commands into vim](https://dropper.wayl.on
-
๐ญ Saghen/Blink.Cmp: Performant, Batteries-Included...
A new completion plugin that I might give a try. Readme makes it sound like its built on some fast teck that allows the
-
๐ญ E576: Error While Reading Shada File: There Is A...
I hit an interesting error after updating my nvim plugins today. I'm sti not even quite sure what a ShaDa file is, but
-
๐ญ These Are Sick, Gonna Be Using This A Lot. (Than...
helix inspired treesitter select outwards and select inwards.
-
๐ญ Support Regex Substitution Command ยท Issue #2232...
Here is a really good vim substitute with regex capture groups, saving this one for a rainy day. md Reading 1: T
-
๐ญ Switching Configs In Neovim โข Michael Uloth
Switching between nvim configs can be really easy to do since they implemented the NVIMAPPNAME Environment Variable.
-
Vim-Gq
Vim has a handy feature to format text with ![ ![
-
๐ญ Find And Replace One Eyed Kirby
another great use and demo of the one eyed fighting kirby
-
Refactoring One Line Links Into Wikilinks
Previously I had setup a feature of my website to expand one line links into a [ Wikilinks are standard to a lot of wikis written in markdown. The wikilink synt
-
๐ญ My Harpoon Config
Install it lua { "ThePrimeagen/harpoon", branch = "harpoon2", dependencies = { "nvim-lua/plenary.nvim" },
-
๐ญ From Vim To Zed - Youtube
I found this statement quite intriguing. > multi-cursors are just macros. This is quite a philisophical video and most
-
๐ญ My New Python Lsp Setup
I figured out the killer combination for python lsp servers, ruff and jedi! ruff does all of the diagnostics and format
-
๐ญ The One Eyed Fighting Kirby
I've heard prime say just give it the one eyed fighting kirby so many times, and execute it few times, and there is no
-
Nvim Stupid Gf Bind
So after months of fighting with gf not going to template files, I finally This was the dumbest keybind in my config, that I copied from someone else I have jin
-
๐ญ Nvim: `Vim.O.Cmdheight=0`
I fixed my missing macro recording indicator that I lost and was never quite sure why. (because I forgot that I set cmdh
-
๐ญ Diagnostic - Neovim Docs
Clear out lsp diagnostics in nvim. lua lua vim.diagnostic.reset()
-
๐ญ Bob Belderbos On X: "Forget Python For A Sec, He...
I need to learn regex capture groups better. This is so dang powerful. I really like the \v that bob uses here, it real
-
๐ญ Aca/Emmet-Ls: Emmet Support Based On Lsp.
This is the greatest nvim emmet plugin I have tried. In the past I had tried the vim plugin a few times and just could
-
๐ญ Formatting On Save ยท Jose-Elias-Alvarez/Null-Ls....
neovim stopped formatting on save for me awhile ago and I have just been dealing with it. looks like there may have bee
-
๐ญ Kndndrj/Nvim-Dbee: Interactive Database Client F...
A neovim database client that I need to check out.
-
๐ญ Lazyvim Installation
Lately in 2023 I have been leaning on lazyvim for my new setups where I am not necessarily ready to drop my full config.
-
Extending Vim With Shell Commands
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,
-
Nvim Navic
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
-
Vimgrep Open Buffers
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
-
Vim Plugged Snapshot
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
-
Automatically Generate A List Of Markdown Links In...
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
-
Open Files With Nvim Remote
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
-
Vim Remaps Use Cmd In Place Of :
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
-
Neovim Config For Git
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
-
Tmux And Vim Clipboard For Ubuntu
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
-
Markata Filters As Telescope Pickers In Neovim
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
-
Rename Python Variables With Nvim
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.
-
Remove Vim Tab Characters
I It turns out they are tabs, and you can get rid of the little leading
-
List All The Files Containing A Phrase
One of the most useful skills you can acquire to make you faster at I Passing the flag Giving
-
Serve Html From Your Command Line
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
-
Opening Files In Vim From Output Of Command
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
-
Finding Hidden (Dotfiles) Using Telescope In Neovi...
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
-
Fugitive Verbose Commit
Fugitive comes with a pretty sick way to commit files and see the diff at the example of a verbose commit in fugitive
-
You Must Use Augroup With Autocmd In Vim | Here'S ...
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
-
Setup A Yaml Schema | Yamlls For A Silky Smooth Se...
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
-
How Linux Users Install A Text Editor
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....
-
I Made A Neovim Plugin
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
-
Notes For Second Vim-Fundamentals Course Meetup
newline Mahesh Subrajmanium Venkatachalam - Plugins | Installing a Theme Matthew Fletcher - Registers | Advanced Motions Jump, Delete, get a plugin manager unl
-
Modal Jumping
-
Python Lsp Setup
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
-
How To Compare Two Files In Vim
-
Vim Wsl Clipboard
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
-
Vim Replace Visual Star
Replacing text based on whats in the current search register is a quite handy If there is one thing that I Like most about vim it Vim can often be a bit verbose
-
Save Vim Macro
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
-
Live Substitution In Neovim
Replacing text in vim can be quite frustrating especially since it doesn I had to do a bit of searching and found a great post from I believe that this is a ne
-
Keep Location List Closed
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
-
Vim Notes
I have gone quite awhile without using edit a macro register register quickfix gF <C-x> zn