Skip to content

conneroisu/nvim

Repository files navigation

conneroisu-nvim

Introduction

Conner Ohnesorge's Personal Neovim Configuration.

Languages setup for:

Installation (Of configuration)

  1. 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
  1. Open Neovim.
nvim

Customizing Plugin Specifications with Lazy

Defaults merging rules:

  • cmd: the list of commands will be extended with your custom commands
  • event: the list of events will be extended with your custom events
  • ft: the list of filetypes will be extended with your custom filetypes
  • keys: the list of keymaps will be extended with your custom keymaps
  • opts: your custom options will be merged with the default options
  • dependencies: the list of dependencies will be extended with your custom dependencies any other property will override the defaults
  • enabled: Enables or disables the plugin

About

Personal neovim configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages