Awesome
š¦ NEOPLUS
<div align="center"> <center> <img alt="Linux" src="https://img.shields.io/badge/Linux-%23.svg?style=flat-square&logo=linux&color=FCC624&logoColor=black" /> <img alt="macOS" src="https://img.shields.io/badge/macOS-%23.svg?style=flat-square&logo=apple&color=000000&logoColor=white" /> <img src="https://img.shields.io/badge/Neovim-0.7.2-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/> </center> </div>Convert your Neovim an IDE.
This es an secuence de config and plugins that do easy use to Neovim, with shortcuts simples and modifiable.
š§° Requirements
- Neovim 0.7.2 or 0.8
- g++
- nodejs
āļø List Plugins
- COC
- Neo-Tree
- Lualine
- Bufferline
- Vim-Floaterm
- Telescope
- Nvim-Treesitter
- Plenary.nvim
- Indent-blankline
- Tagbar
- more
āļø Install
clone repository:
git clone https://github.com/Cris-lml007/NeoPlus.git && mv ./NeoPlus/* ~/.config/nvim/ && cd ~/.config/nvim/ && nvim -u setup/init.lua
āØļø Mappings
space
key leaderq
exitQ
exit without saveCtrl
+s
saveCtrl
+a
save and exitleader
+Ʊ
open neo-tree review the file of mapping for learn more. (~/.config/nvim/lua/config/keymap.lua).