This is my personal neovim configuration, with this I and anyone can start to work with neovim editor, you can use, share, modify and create your own version based on this.
Because I can, just for that reason. And by I like to help others people who start with this awesome and incredible editor, I want people can start with neovim without suffering on the process of learn editor features and basic use, you can start with good config, easy to adapting to your requirements, without the problem like 'Oh no, I don't have an idea of how I leave from here', just type Esc key of your keyboard and Voila, you out of nvim.
Simple, just go to plugin dir for basic configs, lua for plugins and more advance settings and other directories you learn what they do with the time, learn and with this repo, on the documentation and wiki you search a lot of topics, like customization, how I split the files, project structure, how colaborate and much more.
ADVICE: I create this config based on a latest version of neovim (0.11.4 to day), if you found a feature not work when you clone this config for your work check the neovim version you have installed on your computer
First go to your .local directory of your user (the next command is for the user actual active and you uses on the system)
cd $HOME/.configAfter that, just run the next command
git clone https://github.com/neovim/neovim.gitor this other if you use ssh keys
git clone [email protected]:ArchMaster2024/nvim.gitAnd this are all for now, enjoy the config :-D!
- Add documentation for this config
- Add wiki for this config