code.twelvefourseven.net

Neovim

Published on: 2026-02-23

zo = open all folds zs = close (shut) all folds

(source: fold.lua)


gcc = toggle comment 14gbc = toggle comment for current line and next 13 lines


ff = Telescope find_files fg = Telescope live grep


health check?


dotfiles stored in ~/dotfiles/neovim/.config/nvim

init.lua
lazy-lock.json
lua/
	plugins.lua
	config/
		fold.lua
		lazy.lua
		options.lua
		remap.lua

run :Lazy sync to install new plugins

manually source config with :source %


check filetype with :set filetype?

© 2026 Whit Waltman