From 4b591fb1362f3e34177df35b1a998c5bc0a92e44 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Fri, 19 Mar 2021 18:04:18 +0530 Subject: [PATCH] features --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e74da37..1ae35a0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,26 @@ Better syntax highlighting for programming languages ( my config just has html,c with Treesitter :
-# Guides to migrate to init.lua - +# Features + +- File navigation with Nvimtree +- mouse works +- managing tabs with bufferline +- autosave +- icons on nvimtree , telescope , bufferline/statusline and almost everywhere! with nvim-web-devicons +- minimal status line ( galaxyline) +- gitsigns (colored bars in my config) +- using nvim-lsp +- nvim-lspconfig for nvim-lps configuration +- nvim-compe for autocompletion +- lspkind to show pictograms on autocompletion items +- telescope for file finding , picking , previewing (files and even images) +- nvim-treesitter for syntax highlighting +- nvim-autopairs , for autolosing braces and stuffs +- neoformat for prettifying / formatting code +- packer.nvim as package manager + +# Guides to migrate your nvim configs to init.lua - - https://github.com/nanotee/nvim-lua-guide @@ -60,7 +79,6 @@ Better syntax highlighting for programming languages ( my config just has html,c - https://icyphox.sh/blog/nvim-lua/ - # Clone my setup - - Install neovim-nightly , also use a nerdfont on your terminal. @@ -118,4 +136,3 @@ git clone https://github.com/wbthomason/packer.nvim\ if you get any errors with packer.nvim , then remove the ~/.config/nvim/plugin/packer_nvim.vim file since it just has file paths for my system and re-install packer.nvim -