Skip to content

beatzball/config-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nvim.beatzball

My custom .config/nvim.beatzball inspired by LazyVim and Typecraft

Minimum Requirements: >= neovim@0.9.0

Install

The steps below help ensure that you do not need to override your config and instead run this config instance separately.

Feel free to just do nvim.<whatever> instead of nvim.beatzball, but it's on you to back up your config.

cd ~/.config
git clone git@github.com:beatzball/config-nvim.git nvim.beatzball

The next line assumes you are using zshell, but feel free to change to your shell start up script as necessary. If you've changed nvim.beatzball above, make sure to also change it in the the next line.

echo "alias nvbeatz=\"NVIM_APPNAME=nvim.beatzball nvim\"" >> .zshrc

Now start up your neovim experience with

nvbeatz

Uninstall

rm -rf ~/.config/nvim.beatzball ~/.local/share/nvim.beatzball

Todo

  • leader to ,
  • dashboard using alpha-nvim & custom alpha-theme
  • which-key to show key triggers available
  • fix gitsigns to show blame on highlighted line
  • use lazy.nvim for faster bootup
  • move plugins to suggested directory structure under lua/plugins/*.lua
  • more key commands in which-key
  • lazygit (maybe)

About

My custom .config/nvim.beatzball

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages