Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.13 KB

README.md

File metadata and controls

40 lines (26 loc) · 2.13 KB

Neovim

⚠ BREAKING CHANGES! This config is base on NvChad v2.5 starter config

This is my custom config for neovim powered by NvChad

Setup

Plugins

Additional plugins in addition to the default plugins used by NvChad.

Plugin Description
nvim-ts-autotag Autoclose and autorename html tag using treesitter
rainbow-delimiters Provides alternating syntax highlighting (“rainbow parentheses”)
nvim-silicon Render code to img like carbon.now.sh
noice.nvim Nicer UI for messages, cmdline and the popupmenu.
statuscol.nvim Costuming the neovim status column
nvim-ufo Modern and fasting fold for neovim
nvim-suda Writing file as sudo
barbecue.nvim VS Code like winbar

Showcase

"Dashboard" "Open Code"

Installation

Linux

git clone https://github.com/notokrs/nvim-config ~/.config/nvim && nvim

Windows (PowerShell)

git clone https://github.com/notokrs/nvim-config $ENV:USERPROFILE\AppData\Local\nvim && nvim