Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.12 KB

File metadata and controls

56 lines (42 loc) · 2.12 KB

🛠️ Installation

Make a backup of your current nvim and shared folder

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

Clear caches

rm -fR ~/.local/state/nvim ~/.local/state/nvim.bak
rm -fR ~/.cache/nvim ~/.cache/nvim.bak

Clone the repository

git clone git@github.com:austenito/nvim
ln -s ~/nvim ~/.config/nvim

Dependencies

brew install ripgrep
brew install gnu-sed

Optional LSPs and Formatters

Requires installation of n or nvm:

  • typescript-language-server
  • prettierd
  • prettier

Plugins

Name Description
Blink Adds completion
Bufferline Buffers at top of window
Conform Formatting
Go Go development
Lualine Status line
Markdown Preview View markdown files
Mason LSP/Formatter package manager
Nvim Tree Tree viewer
Open in GitHub Open files in GitHub
Spectre Global find and replace
Telescope Fuzzy finder
Toggle Term Terminal window support
Treesitter Syntax support