A launch point for your personal nvim configuration
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Jason Miller 110a4069d8
Merge pull request #1 from millerjason/jason
updates: 20241117
8 months ago
.github Add a pull request template (#825) 1 year ago
lua Neovim 0.10 updates (#936) 12 months ago
.gitignore rewrite: slimmer, trimmer and more lazy kickstart.nvim (#635) 1 year ago
.stylua.toml Use call_parentheses 2 years ago
LICENSE.md license 3 years ago
README.md updates: 20241117 8 months ago
init.lua updates: 20241117 8 months ago

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