mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 21:03:25 +00:00
remove pointless plugins
This commit is contained in:
parent
c2c1248706
commit
24041e3a52
9 changed files with 49 additions and 438 deletions
50
README.md
50
README.md
|
|
@ -1,5 +1,49 @@
|
|||
### config
|
||||
# nvim
|
||||
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/harivansh-afk/nvim/main/install.sh | bash
|
||||
## Repo tree
|
||||
|
||||
```text
|
||||
.
|
||||
├── init.lua
|
||||
├── install.sh
|
||||
├── lazy-lock.json
|
||||
├── lua
|
||||
│ ├── chadrc.lua
|
||||
│ └── plugins
|
||||
│ ├── arrow.lua
|
||||
│ ├── autopairs.lua
|
||||
│ ├── comment.lua
|
||||
│ ├── dashboard.lua
|
||||
│ ├── flash.lua
|
||||
│ ├── git.lua
|
||||
│ ├── gitsigns.lua
|
||||
│ ├── gutentags.lua
|
||||
│ ├── lsp.lua
|
||||
│ ├── neo-tree.lua
|
||||
│ ├── nvchad.lua
|
||||
│ ├── supermaven.lua
|
||||
│ ├── telescope.lua
|
||||
│ ├── treesitter.lua
|
||||
│ └── which-key.lua
|
||||
└── nvim_cheatsheet.md
|
||||
```
|
||||
|
||||
## Plugins (and why)
|
||||
|
||||
- `folke/lazy.nvim`: plugin manager.
|
||||
- `nvchad/base46`: colors/theme engine.
|
||||
- `nvchad/ui`: statusline/tabline/UI pieces.
|
||||
- `nvim-telescope/telescope.nvim`: fuzzy find + grep.
|
||||
- `nvim-treesitter/nvim-treesitter`: better syntax highlight/indent.
|
||||
- `neovim/nvim-lspconfig` + `williamboman/mason.nvim`: LSP + install servers.
|
||||
- `nvim-neo-tree/neo-tree.nvim`: file explorer.
|
||||
- `nvimdev/dashboard-nvim`: startup dashboard.
|
||||
- `folke/which-key.nvim`: keybind hint popup.
|
||||
- `numToStr/Comment.nvim`: quick commenting.
|
||||
- `windwp/nvim-autopairs`: auto-close brackets/quotes.
|
||||
- `folke/flash.nvim`: fast motions/jumps.
|
||||
- `lewis6991/gitsigns.nvim`: git hunks in-buffer.
|
||||
- `NeogitOrg/neogit` + `sindrets/diffview.nvim`: git UI + diffs/history.
|
||||
- `ludovicchabant/vim-gutentags`: ctags-based fallback navigation.
|
||||
- `supermaven-inc/supermaven-nvim`: AI inline suggestions.
|
||||
- `otavioschwanck/arrow.nvim`: quick file marks/jumps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue