A launch point for your personal nvim configuration
Go to file
Jason Miller 9e6a100eb0 updates: 20241117 2024-11-17 01:15:38 -05:00
.github Add a pull request template (#825) 2024-04-04 10:31:37 -04:00
lua Neovim 0.10 updates (#936) 2024-07-21 20:35:07 -04:00
.gitignore rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 2024-02-26 10:03:53 -05:00
.stylua.toml Use call_parentheses 2023-06-16 21:12:11 -07:00
LICENSE.md license 2022-06-25 21:51:44 -04:00
README.md updates: 20241117 2024-11-17 01:15:38 -05:00
init.lua updates: 20241117 2024-11-17 01:15:38 -05:00

README.md

⚙️ My Neovim Configuration

This is my personal neovim configuration and it's unlikely to be perfect for your use case.

What is in it?

  • Kickstart: based configuration
  • Neovimacs: modeless editing support, with common Emacs bindings in insert mode
  • Esc: to toggle between insert (emacs bindings) and normal (neovim mode)
  • Tabs: Prev (F1), Next (F2), New (F3), and Close (F4) to jump around
  • Movement: Arrows and Tabs (and, yes, I know)
  • Batteries: Python LSP, completion, treesitter

📦 Installation

cd ~/.config
git clone git@github.com:millerjason/neovimrc.git
ln -s neovimrc nvim

References

Kickstart: kickstart.nvim Kickstart Video: Get Started with Neovim