https://github.com/davelongdev/neovim-config
My neovim configuration.
https://github.com/davelongdev/neovim-config
code-editor lua neovim vim
Last synced: 5 months ago
JSON representation
My neovim configuration.
- Host: GitHub
- URL: https://github.com/davelongdev/neovim-config
- Owner: davelongdev
- License: mit
- Created: 2024-01-18T15:50:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T00:33:19.000Z (over 1 year ago)
- Last Synced: 2025-01-02T14:14:42.479Z (over 1 year ago)
- Topics: code-editor, lua, neovim, vim
- Language: Lua
- Homepage: https://davelongdev.com
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Neovim Config Files
This is my neovim config. I started with the modular version of the [kickstart neovim config](https://github.com/dam9000/kickstart-modular.nvim) and made many customizations from there.
## Why Neovim?
Neovim is my preferred text editor.
I use it to do things like taking notes, drafting content for websites, and editing code.
While vim and neovim come with a pretty steep learning curve, I've found that I'm able to be the most productive in the neovim environment.
I enjoy being able to use the keyboard as much as I can when coding, so a modal editor like neovim works really well for me.
I like that neovim is lightweight and fast but at the same time very powerful and customizable.
I like the neovim community. There are so many great people using neovim. I like that I can always find help quickly if I'm having an issue with something and I can't figure out how to fix it on my own.
## Other text editors
I've experimented with other editors like emacs, vscode, sublime text editor, helix, and pycharm. I like to try different editors to learn more about how to optomize my workflow, but so far I've always found myself gravitating back to neovim.
## Feel free to copy
Feel free to look at my config files and copy anything you like.