Fix typos in Feature section
This commit is contained in:
parent
9b719a6db6
commit
3ec8c80abe
14
README.md
14
README.md
|
@ -102,25 +102,25 @@ without / with Treesitter :
|
||||||
- Using plugins that are mouse friendly
|
- Using plugins that are mouse friendly
|
||||||
- Beautiful inbuilt themes
|
- Beautiful inbuilt themes
|
||||||
- lazy loading 100% of plugins
|
- lazy loading 100% of plugins
|
||||||
- managing tabs , buffers with bufferline
|
- managing tabs, buffers with bufferline
|
||||||
- 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 for git in my config)
|
- gitsigns (colored bars for git in my config)
|
||||||
- nvim-lspconfig for nvim-lsp configuration
|
- nvim-lspconfig for nvim-lsp configuration
|
||||||
- lspInstall for installing lsp servers easily
|
- lspInstall for installing lsp servers easily
|
||||||
- nvim-compe for autocompletion
|
- nvim-compe for autocompletion
|
||||||
- lspkind to show pictograms on autocompletion items
|
- lspkind to show pictograms on autocompletion items
|
||||||
- telescope for file finding , picking , previewing (files and even images)
|
- telescope for file finding, picking, previewing (files and even images)
|
||||||
- nvim-treesitter for syntax highlighting
|
- nvim-treesitter for syntax highlighting
|
||||||
- nvim-autopairs for autolosing braces and stuffs
|
- nvim-autopairs for autolosing braces and stuffs
|
||||||
- neoformat for prettifying / formatting code
|
- neoformat for prettifying/formatting code
|
||||||
- packer.nvim as package manager
|
- packer.nvim as package manager
|
||||||
- indent-blankline.Nvim for indentlines
|
- indent-blankline.Nvim for indentlines
|
||||||
- smooth scrolling
|
- smooth scrolling
|
||||||
- luasnip for snippet plugin and snip support from VSCode through vsnip supporting custom and predefined snips (friendly-snippets)
|
- luasnip for snippet plugin and snip support from VSCode through vsnip supporting custom and predefined snips (friendly-snippets)
|
||||||
- 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)
|
- 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 / prettifying
|
- Code formatting/prettifying
|
||||||
- gitsigns for git diffs
|
- gitsigns for git diffs
|
||||||
|
|
||||||
# Bloat
|
# Bloat
|
||||||
|
|
Loading…
Reference in New Issue