Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livaconew/neovim-dots
My dotfiles for NeoVim.
https://github.com/livaconew/neovim-dots
Last synced: about 1 month ago
JSON representation
My dotfiles for NeoVim.
- Host: GitHub
- URL: https://github.com/livaconew/neovim-dots
- Owner: LivacoNew
- License: mit
- Created: 2024-05-05T16:39:02.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T09:11:02.000Z (about 1 month ago)
- Last Synced: 2024-11-21T10:20:20.684Z (about 1 month ago)
- Language: Lua
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoVim Dotfiles
My personal, barely working, NeoVim config.
![Preview of the configuration.](https://i.imgur.com/dnjWmBs.png)## Install
```
# Back up your previous config just incase!
mv ~/.config/nvim ~/.config/nvim.bak
# The actual install
git clone [email protected]:LivacoNew/neovim-dots.git ~/.config/nvim
nvim
```
Let Lazy and Mason update their stuff and you're good.## Still that's To-Do but I've been too lazy to do
- Better CTRL + Arrow Keys, as it's a bit finicky rn
- TreeSitter for syntax highlighting.
- PHP comment hotkey support
- Find and replace
- Auto-Detect all plugin lua files for easy adding
- Buffer list at the top
- Auto close () {} and other stuff