Update README.md
This commit is contained in:
parent
b71c257bdc
commit
093c73d76a
22
README.md
22
README.md
|
@ -4,6 +4,7 @@ An attempt to make neovim (cli version) as functional as an IDE while being very
|
||||||
|
|
||||||
# Screenshots -
|
# Screenshots -
|
||||||
|
|
||||||
|
<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>
|
||||||
<kbd><img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvimRice2.png"></kbd><hr>
|
<kbd><img src ="https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvimRice2.png"></kbd><hr>
|
||||||
|
|
||||||
|
@ -32,19 +33,11 @@ A fuzzy file finder, picker, sorter, previewer and much more:
|
||||||
adds indentline :
|
adds indentline :
|
||||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/blanklineNvim.png"></kbd>
|
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/blanklineNvim.png"></kbd>
|
||||||
|
|
||||||
using indenLine plugin on left and blanklineNvim on right
|
|
||||||
|
|
||||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/blanklineVSindentline.png"></kbd>
|
|
||||||
|
|
||||||
### galaxyline -
|
### galaxyline -
|
||||||
|
|
||||||
fastest statusline plugin I've used so far:
|
fastest statusline plugin I've used so far:
|
||||||
<kbd><img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/statusline.png"></kbd><hr>
|
<kbd><img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/statusline.png"></kbd><hr>
|
||||||
|
|
||||||
### gitsigns.nvim -
|
|
||||||
|
|
||||||
Shows git signs of a repo on the signcolumn to indicate diffs/changes etc (needs plenary.nvim)
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
### nvim-bufferline.lua -
|
### nvim-bufferline.lua -
|
||||||
|
@ -64,17 +57,6 @@ Better syntax highlighting for programming languages ( my config just has html,c
|
||||||
without / with Treesitter :
|
without / with Treesitter :
|
||||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/woTree.png"></kbd>
|
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/woTree.png"></kbd>
|
||||||
|
|
||||||
### nvim-base16 -
|
|
||||||
|
|
||||||
contains a collection of all base16 themes for vim , plugin written in lua (comparison of base16-vim and nvim-base16):
|
|
||||||
|
|
||||||
nvim-base16 doesnt even take time to load unlike base16-vim which was eating half of the loadup time! ( the below screenshot was taken and tested on my old pentium laptop , so results might differ)
|
|
||||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvim-base16.png"></kbd><hr>
|
|
||||||
|
|
||||||
(neovim loads pretty fast on ssds)
|
|
||||||
|
|
||||||
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/dotfiles/master/rice%20flex/nvim-startup.png"></kbd><hr>
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
- File navigation with Nvimtree
|
- File navigation with Nvimtree
|
||||||
|
@ -83,7 +65,7 @@ nvim-base16 doesnt even take time to load unlike base16-vim which was eating hal
|
||||||
- autosave
|
- autosave
|
||||||
- icons on nvimtree , telescope , bufferline/statusline and almost everywhere! with nvim-web-devicons
|
- icons on nvimtree , telescope , bufferline/statusline and almost everywhere! with nvim-web-devicons
|
||||||
- minimal status line ( galaxyline)
|
- minimal status line ( galaxyline)
|
||||||
- gitsigns (colored bars in my config)
|
- gitsigns (colored bars for git in my config)
|
||||||
- using nvim-lsp
|
- using nvim-lsp
|
||||||
- nvim-lspconfig for nvim-lps configuration
|
- nvim-lspconfig for nvim-lps configuration
|
||||||
- nvim-compe for autocompletion
|
- nvim-compe for autocompletion
|
||||||
|
|
Loading…
Reference in New Issue