Anifyuli / nvim

My Neovim configuration, adapted from https://github.com/dam9000/kickstart-modular.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neovim configuration

image

Descriptions

This general Neovim configuration. Some piece of this configs pure adapted from kickstart-modular for make it run flawlessly

Usage

Before use this config, you must clean your previous config & other stuff like installed plugins, state, etc with this commands

# Remove last configs
rm -rf ~/.config/nvim

# Clean up plugins, state, & Neovim cache
rm -rf ~/.local/share/nvim ~/.local/state/nvim ~/.cache/nvim

You just clone this repository using this command

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

Plugins list

  1. gruvbox as colorscheme
  2. flutter-tools for supporting Flutter development
  3. telescope
  4. treesitter
  5. etc

NOTE : Don't forget to remove .git directory before push to your own Git repo

About

My Neovim configuration, adapted from https://github.com/dam9000/kickstart-modular.nvim


Languages

Language:Lua 100.0%