Document Neovim exploration #12

Merged
d_mcknight merged 4 commits from DOC_Nvim into main 2025-05-21 19:51:57 -07:00
Showing only changes of commit 8dde6b4205 - Show all commits

View file

@ -1,6 +1,6 @@
______________________________________________________________________ ______________________________________________________________________
date: 2025-05-20 date: 2025-05-21
title: Exploring Neovim title: Exploring Neovim
tags: tags:
@ -63,6 +63,7 @@ To quickly review some of the functionality I find myself using thanks to plugin
- treesitter provides syntax highlighting for everything I've edited so far, and it automatically pulls new definitions as needed - treesitter provides syntax highlighting for everything I've edited so far, and it automatically pulls new definitions as needed
- Telescope provides a UI for searching file names and contents, though I admittedly haven't used it much - Telescope provides a UI for searching file names and contents, though I admittedly haven't used it much
- gitsigns (mapped to `<space>gb`) provides inline highlighting of changes and git blame support, just like what I use in VSCode - gitsigns (mapped to `<space>gb`) provides inline highlighting of changes and git blame support, just like what I use in VSCode
- which-key provides hints after starting a command and is very helpful for remembering some of my less-used key bindings
### Language Server Protocol (LSP) ### Language Server Protocol (LSP)