dotfiles/nvim/README.md

10 lines
313 B
Markdown
Raw Normal View History

2024-07-28 13:46:43 +00:00
# Neovim editor
2024-10-28 06:29:58 +00:00
2024-07-28 13:50:10 +00:00
Very basic config - no plugins or themes yet, as I like the current(default) look.
2024-10-28 06:29:58 +00:00
The current config is compatible with vim, too.
Might change later.
## Nvim config file location
2024-07-28 13:50:10 +00:00
For user-specific config: `~/.config/nvim/init.vim`
For system-wide config: `/etc/xdg/nvim/init.vim`