Skip to content

my nvim configuration so i can mess around with it and such

Notifications You must be signed in to change notification settings

Shugarry/nvim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Config works for linux, and probably MACos (? perchance)

  • Might want to backup, or delete previous config files before adding my config so nothing gets messed with
# For file backup (recommended)
mv ~/.config/nvim{,.bak}

# For file removal (also recommended)
rm -rf ~/.config/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim
  • To use, copy following line into terminal:
git clone https://github.com/Shugarry/nvim_config.git ~/.config/nvim
  • Also, you probably don't want my git files and README so you can delete them:
rm -rf ~/.config/nvim/.git ~/.config/nvim/README.md

!!! Warnings !!!

  • You need to have rg (ripgrep) for telescope to function correctly

Download Here

  • You also need Lua and Luarocks (In most systems, Lua is installed by default, not Luarocks though)

Lua

Luarocks

Some of my keybinds (Use :Tutor command to learn vim commands):

  • ctrl-ww to switch tabs

  • Space-T to toggle transparency

  • Space-ff for finding files in computer with rg

  • Space-fg for finding code inside file contents

  • Ctrl-Right & Ctrl-left for switching between buffers / tabs

  • Ctrl-Down to close a buffer / tab

About

my nvim configuration so i can mess around with it and such

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages