Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (29 loc) · 1.06 KB

Advent of nvim

Check the config in: ./nvim/

  • This should be versioned roughly by day, so you can go back and check how each day was made.
  • You likely could copy this into ~/.config/ to get the same config as in the video, but I make no guarantees about that.

25 Mini Lessons to get started with Neovim.

  • We'll build a working configuration that resembles kickstart.nvim, but we'll do it completely from scratch.

  • Install Neovim and Open (with some reasons why)

  • Tutor / Modal Editing

  • Lua Configuration (Options / Keymaps)

  • Plugin Manager

  • Filetype configuration

  • tree-sitter

  • LSP (Keymaps and Settings)

  • Autoformat

  • Telescope

  • Advanced Telescope: multi-ripgrep

  • Window Navigation

  • Quickfix: :cdo and others

  • Terminal (Escape, Floating, Usages)

  • Autocomplete

  • Oil.nvim

  • Mouse Menu LOL

  • LSP Installation / Management

  • Snippets

  • text-objects: mini.*

  • Tree-sitter: text-objects

  • Language Configuration

  • Clipboard