Skip to content

cedarcode/cedar-neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cedar-neovim

Prerequisites

You can install Neovim using Homebrew:

$ brew install neovim

Or upgrade it if you already have it installed:

$ brew upgrade neovim

Installing

$ git clone https://github.com/cedarcode/cedar-neovim ~/.config/nvim

Plugins

These are some of the plugins that are currently installed, we recommend you to read their documentation to get the most out of them:

Keymaps

These are the keymaps that are currently defined:

Navigation

  • Ctrl + p - Open a file browser
  • Ctrl + n - Open a file explorer
  • Ctrl + / - Open grep search
  • Ctrl + b - Open the current buffer

LSP

  • gd - Go to definition
  • gr - Go to references

Customization

Add custom configuration

If you want to add custom keymaps or options, you can do so by creating a file at ~/.config/nvim/lua/config/user-customizations.lua and adding your customizations there.

Add custom plugins

If you want to add custom plugins (and not track them in this repository), you can do so by creating a file at ~/.config/nvim/lua/plugins/custom/ directory and adding your custom plugins there.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages