GitHub - austenito/nvim · GitHub
Skip to content

austenito/nvim

Folders and files

Repository files navigation

🛠️ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

Generated from AstroNvim/user_example