https://github.com/dod-101/janc
Just Another Neovim Config
https://github.com/dod-101/janc
Last synced: 3 months ago
JSON representation
Just Another Neovim Config
- Host: GitHub
- URL: https://github.com/dod-101/janc
- Owner: DOD-101
- License: mit
- Created: 2024-06-28T17:46:35.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-09-14T16:57:58.000Z (9 months ago)
- Last Synced: 2024-09-15T02:41:45.359Z (9 months ago)
- Language: Lua
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Just Another Neovim Config
That's really it. Nothing all too crazy.
## Focuses
- Keep bloat out
- 100% Lua (I don't wanna learn Vim Script)
- Keep your focus on what you're doing without distraction## Installing
`mkdir -p ~/.config/nvim ; cd ~/.config/nvim ; git clone https://github.com/DOD-101/janc.git`
Then set `$NVIM_APPNAME = nvim/janc`
After this open up nvim and everything should be setup.
I recommend running `:ListLangTools` to get a list of all the tools the config is setup to use.
Then decide on how you want to install these things.
You can either use Mason or your system's package manager.