Conner Ohnesorge's Personal Neovim Configuration.
Languages setup for:
- Clone this repository into your Neovim configuration directory.
For example, for linux and MacOS:
git clone https://github.com/conneroisu/nvim ~/.config/nvim
For windows:
git clone https://github.com/conneroisu/conneroisu-nvim %USERPROFILE%\AppData\Local\nvim
- Open Neovim.
nvim
Defaults merging rules:
cmd
: the list of commands will be extended with your custom commandsevent
: the list of events will be extended with your custom eventsft
: the list of filetypes will be extended with your custom filetypeskeys
: the list of keymaps will be extended with your custom keymapsopts
: your custom options will be merged with the default optionsdependencies
: the list of dependencies will be extended with your custom dependencies any other property will override the defaultsenabled
: Enables or disables the plugin