Skip to content

samiulsami/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config based on kickstart.nvim

Requirements

  • ripgrep
  • xclip
  • fzf
  • cmake
  • rustup
  • unzip

jdtls (optional)

Build from source and configure

git clone https://github.com/neovim/neovim.git $HOME/neovim
cd $HOME/neovim
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install

# Setup plugins
git clone https://github.com/samiulsami/nvimconfig.git $HOME/.config/nvim
nvim

Set Neovim as default editor

sudo echo "export EDITOR='nvim -f'" >> $HOME/.zshrc
git config --global core.editor 'nvim -f'

Notes

  • <leader> key is space
  • Press <leader>sk to search keybinds
  • Most plugin keybinds are defined in their respective .lua file in ./lua/plugins/*

About

Personal Neovim configuration

Resources

License

Stars

Watchers

Forks

Languages