This commit is contained in:
siduck76 2021-03-19 18:04:18 +05:30
parent 96d61f0dd2
commit 4b591fb136
1 changed files with 20 additions and 3 deletions

View File

@ -50,7 +50,26 @@ Better syntax highlighting for programming languages ( my config just has html,c
with Treesitter : with Treesitter :
<kbd> <img src = "https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/wiTree.png"></kbd><hr> <kbd> <img src = "https://raw.githubusercontent.com/siduck76/personal-backup/master/rice%20flex/wiTree.png"></kbd><hr>
# 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 - 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/ - https://icyphox.sh/blog/nvim-lua/
# Clone my setup - # Clone my setup -
- Install neovim-nightly , also use a nerdfont on your terminal. - 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 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 and re-install packer.nvim