Update README.md
This commit is contained in:
parent
3e1cf53fd6
commit
a6d2ccbb22
56
README.md
56
README.md
|
@ -1,9 +1,22 @@
|
|||
[![Super-Linter](https://github.com/siduck76/NvChad/actions/workflows/superLinter.yml/badge.svg)](https://github.com/siduck76/NvChad/actions/workflows/superLinter.yml)
|
||||
[![Gitter](https://badges.gitter.im/neovim-dotfiles/community.svg)](https://gitter.im/neovim-dotfiles/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
|
||||
<div align="center">
|
||||
<a href="https://github.com/siduck76/NvChad/wiki#clone-my-setup">Home</a>
|
||||
<span> • </span>
|
||||
<a href="https://github.com/siduck76/NvChad/wiki#clone-my-setup">Install</a>
|
||||
<span> • </span>
|
||||
<a href="https://github.com/siduck76/NvChad#contribute">Contribute</a>
|
||||
<span> • </span>
|
||||
<a href="https://github.com/siduck76/NvChad#gift_heart--support">Support</a>
|
||||
<span> • </span>
|
||||
<a href="https://github.com/siduck76/NvChad/wiki/Chad-user-configs">Extras</a>
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
An attempt to make neovim (cli version) as functional as an IDE while being very eyecandy and less bloated.
|
||||
|
||||
# Screenshots -
|
||||
<center> <h2>Screenshots</h2> </center>
|
||||
|
||||
<img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/dashboard-nvim.png"><hr>
|
||||
<img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/initialNvim1.png"><hr>
|
||||
|
@ -11,50 +24,48 @@ An attempt to make neovim (cli version) as functional as an IDE while being very
|
|||
<img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvimRice2.png"><hr>
|
||||
<img src ="https://cdn.discordapp.com/attachments/610012460828852229/853933487295299584/unknown.png"><hr>
|
||||
|
||||
# Very Useful lua plugins used in my config -
|
||||
# Very Very Useful lua plugins used in my config
|
||||
|
||||
#### lspkind-nvim
|
||||
#### Lspkind-nvim
|
||||
|
||||
This tiny plugin adds vscode-like pictograms to neovim built-in lsp completion items :
|
||||
|
||||
<kbd><img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/lspkind.png"></kbd><hr>
|
||||
|
||||
#### nvim-tree.lua
|
||||
#### Nvim-tree.lua
|
||||
|
||||
fast file tree :
|
||||
|
||||
<kbd><img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvimtree.png"></kbd><hr>
|
||||
|
||||
### telescope-nvim -
|
||||
### Telescope-nvim
|
||||
|
||||
A fuzzy file finder, picker, sorter, previewer and much more:
|
||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/tel.png"></kbd>
|
||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/telmedia.png"></kbd><hr>
|
||||
|
||||
### indent-blankline.nvim -
|
||||
### Indent-blankline.nvim
|
||||
|
||||
adds indentline :
|
||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/blanklineNvim.png"></kbd>
|
||||
|
||||
### galaxyline -
|
||||
### Galaxyline
|
||||
|
||||
fastest statusline plugin I've used so far:
|
||||
<kbd><img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/statusline.png"></kbd><hr>
|
||||
|
||||
<hr>
|
||||
### Nvim-bufferline.lua
|
||||
|
||||
### nvim-bufferline.lua -
|
||||
|
||||
As a top bufferline like thing which lets me handle tabs like switching, closing tabs.
|
||||
As a top tabline like thing which lets me handle tabs and buffers like switching , sorting and closing them etc.
|
||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/bufferline.png"></kbd>
|
||||
|
||||
<hr>
|
||||
### Nvim-web-devicons
|
||||
|
||||
### nvim-web-devicons -
|
||||
Lua fork of vim devicons which lets me change icons of filetypes
|
||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/image.png"></kbd><hr>
|
||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/image.png"></kbd>
|
||||
|
||||
### Nvim-treesitter
|
||||
|
||||
### nvim-treesitter
|
||||
Better syntax highlighting for programming languages ( my config just has html,css,js support for now ).
|
||||
|
||||
without / with Treesitter :
|
||||
|
@ -63,14 +74,16 @@ without / with Treesitter :
|
|||
# Features
|
||||
|
||||
- File navigation with Nvimtree
|
||||
- mouse works
|
||||
- managing tabs with bufferline
|
||||
- Using plugins that are mouse friendly
|
||||
- sexy themes
|
||||
- managing tabs , buffers with bufferline
|
||||
- autosave
|
||||
- icons on nvimtree , telescope , bufferline/statusline and almost everywhere! with nvim-web-devicons
|
||||
- minimal status line ( galaxyline)
|
||||
- gitsigns (colored bars for git in my config)
|
||||
- using nvim-lsp
|
||||
- nvim-lspconfig for nvim-lps configuration
|
||||
- lspInstall for installing lsp servers easily.
|
||||
- nvim-compe for autocompletion
|
||||
- lspkind to show pictograms on autocompletion items
|
||||
- telescope for file finding , picking , previewing (files and even images)
|
||||
|
@ -92,7 +105,6 @@ without / with Treesitter :
|
|||
|
||||
- [pre-requisite](https://github.com/siduck76/NvChad/wiki/Lua-guides)
|
||||
- [config-structure](https://github.com/siduck76/NvChad/wiki#config-structure)
|
||||
- [Install](https://github.com/siduck76/NvChad/wiki#clone-my-setup)
|
||||
- [mappings](https://github.com/siduck76/NvChad/wiki/mappings)
|
||||
|
||||
# TODO
|
||||
|
@ -102,9 +114,10 @@ It would be nice if NvChad focuses on existing plugins and config before adding
|
|||
- Debloat the config
|
||||
- Add more themes.
|
||||
- Add a theme switcher.
|
||||
- Preview shortcuts in the form of a pretty [cheatsheet](https://user-images.githubusercontent.com/59060246/122490009-95fd9980-cffe-11eb-9676-78019aa2cd65.png)
|
||||
- Add a global configuration so it doesnt get hard to update :c
|
||||
|
||||
# Contibute
|
||||
# Contribute
|
||||
|
||||
- PR's are always welcomed however NvChad aims to be less bloated and suckless. So PR's regarding existing plugin's enhancement , bug fixes are more encouraged.
|
||||
- PR's regarding adding new plugins and their configs must be given some thought since NvChad aims to have a minimal config and meant to be used as a "base" neovim config so it will have only a set of important plugins. So adding more and more plugins, making NvChad bloated + slow wont help!.
|
||||
|
@ -122,8 +135,3 @@ It is never required but always appreciated.
|
|||
<a href="https://ko-fi.com/siduck76" target="_blank"><img alt="undefined" width="48px" src="https://raw.githubusercontent.com/adi1090x/files/master/other/2.png"></a>
|
||||
<a href="https://www.paypal.com/paypalme/siduck76" target="_blank"><img alt="undefined" width="48px" src="https://raw.githubusercontent.com/adi1090x/files/master/other/3.png"></a>
|
||||
</p>
|
||||
|
||||
# Contact -
|
||||
|
||||
- My linux / unix related ricing community: https://t.me/DE_WM (telegram)
|
||||
- Me: @siduck (telegram)
|
||||
|
|
Loading…
Reference in New Issue