add: links to features section

This commit is contained in:
Kyle 2021-09-04 18:42:39 +03:00 committed by siduck76
parent f016bf634e
commit fed72bd15d
1 changed files with 29 additions and 34 deletions

View File

@ -39,24 +39,25 @@
</div> </div>
# Showcase ## Showcase
<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/dashboard-nvim.png"><hr>
<img src ="https://cdn.discordapp.com/attachments/610012460828852229/853933487295299584/unknown.png"><hr> <img src ="https://cdn.discordapp.com/attachments/610012460828852229/853933487295299584/unknown.png"><hr>
<img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/initialNvim1.png"><hr> <img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/initialNvim1.png"><hr>
<img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/initialNvim.png"><hr> <img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/initialNvim.png"><hr>
# Some theme showcases :D ## Theme showcase
![onedark](https://user-images.githubusercontent.com/59060246/130129880-59ab1ad5-9aa6-4f50-9ddd-d8dde0c16257.png) ![onedark](https://user-images.githubusercontent.com/59060246/130129880-59ab1ad5-9aa6-4f50-9ddd-d8dde0c16257.png)
![nord](https://user-images.githubusercontent.com/59060246/130129890-c01117df-ac3d-40dd-b95d-2681c2461bb4.png) ![nord](https://user-images.githubusercontent.com/59060246/130129890-c01117df-ac3d-40dd-b95d-2681c2461bb4.png)
![gruvchad](https://user-images.githubusercontent.com/59060246/130129897-a68b1585-f42d-4325-8482-102dd2fe1e9e.png) ![gruvchad](https://user-images.githubusercontent.com/59060246/130129897-a68b1585-f42d-4325-8482-102dd2fe1e9e.png)
![everforest](https://user-images.githubusercontent.com/59060246/130129901-5e582f3e-b776-4d0c-9790-be5ae738b5a8.png) ![everforest](https://user-images.githubusercontent.com/59060246/130129901-5e582f3e-b776-4d0c-9790-be5ae738b5a8.png)
# Very Very Useful Lua plugins used in our config ## Very useful plugins used
#### Nvim-tree.lua ### Nvim-tree.lua
fast file tree: Fast file tree:
<kbd><img src="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvimtree.png"></kbd><hr> <kbd><img src="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvimtree.png"></kbd><hr>
@ -98,33 +99,27 @@ without / with Treesitter:
- [Elianiva](https://github.com/elianiva) helped me with neovim Lua related issues many times, NvChad wouldnt exist without his help at all! - [Elianiva](https://github.com/elianiva) helped me with neovim Lua related issues many times, NvChad wouldnt exist without his help at all!
- @lorvethe for making NvChad logo! - @lorvethe for making NvChad logo!
# Features ## Features
- File navigation with Nvimtree - Many beautiful themes to choose from
- Beautiful inbuilt themes - Distraction free modes
- lazy loading 90% of plugins - Fast plugin loading
- managing tabs, buffers with bufferline - Smooth scrolling
- autosave - Autosaving
- icons on nvimtree, telescope, bufferline/statusline and almost everywhere! with nvim-web-devicons - File navigation with [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)
- beautiful statusline (feline.nvim) - Managing tabs, buffers with [bufferline.nvim](https://github.com/akinsho/bufferline.nvim)
- gitsigns (colored bars for git in my config) - Beautiful and configurable icons with [nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons)
- nvim-lspconfig for nvim-lsp configuration - Pretty and functional statusline with [feline.nvim](https://github.com/Famiu/feline.nvim)
- lspInstall for installing lsp servers easily - Git diffs and more with [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)
- nvim-cmp for autocompletion - NeoVim Lisp configuration with [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)
- telescope for file finding, picking, previewing (files and even images) - Easy Lisp server installation with [nvim-lspinstall](https://github.com/kabouzeid/nvim-lspinstall)
- nvim-treesitter for syntax highlighting - Autocompletion with [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- nvim-autopairs for autolosing braces and stuffs - File searching, previewing image and text files and more with [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)
- neoformat for prettifying/formatting code - Syntax highlighting with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- packer.nvim as package manager - Autoclosing braces and html tags with [nvim-autopairs](https://github.com/windwp/nvim-autopairs)
- indent-blankline.Nvim for indentlines - Formatting code with [neoformat](https://github.com/sbdchd/neoformat)
- smooth scrolling - Indentlines with [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
- luasnip for snippet plugin and snip support from VSCode custom and predefined snippets (friendly-snippets) - Useful snippets with [LuaSnip](https://github.com/L3MON4D3/LuaSnip)
- Distraction free modes (modes in which statusline, tabline etc. stuff get disabled so its just the text visible in the buffer similar to goyo.vim)
- Code formatting via neoformat
- gitsigns for git diffs
- Hiding terminal buffers and unhiding + previewing them with Telescope-nvim
- Theme switcher
- Theme toggler
# Bloat # Bloat