Skip to content

tonigineer/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

105 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

Noteable features: LSP, DAP, which-key, toogleterm, lazygit

Dependencies

sudo pacman -S --needed \
  fd ripgrep zip npm python-pip luarocks python-neovim-git

Installation

To install the necessary dependencies and clone the configuration repository, follow these steps:

git clone https://github.com/tonigineer/nvim.git ~/.config/nvim

Health check

Some plugins require the Tree-sitter CLI.

rustup default stable
cargo install tree-sitter-cli

Colorscheme

The colorscheme is set to :colorscheme m3scheme, which hot-reloads colors from Caelestia-Cli at:

~/.local/state/caelestia/scheme.json

To switch the colorscheme, change it in set.lua and uncomment the workaround in init.lua as shown below.

~/.config/nvim/lua/tonigineer
├─ init.lua
├─ set.lua
└─ colors/m3scheme.lua

About

Neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages