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/nvimFor windows:
git clone https://github.com/conneroisu/conneroisu-nvim %USERPROFILE%\AppData\Local\nvim- Open Neovim.
nvimDefaults 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