One file Neovim config. It make IDE from powerfull editor. (TESTED only on MACos but it must be work for linux)
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
This project created for save my current Neovim config.
In macos (Old)
In linux (new)
- Autoformat for php html js jsx rust(prettier, rust tools)
- Treesitter improoved syntax hightlight
- Lsp(autocomplete and code actions) for php html js jsx rust etc
- File and code finder using telescope and fzf
- Git integration using git signs
- Terminal intergration using float term (lspsaga)
- Colortheme GRUVBOX
- Transparency backgoround
- Support old vim plugins and configs
- Font icons(need patched NERD FONT)
- Install fzf from brew
- Install ripgrep from brew
- Install packer Repo
- Install plugins using packer
:PackerInstall
- Install syntax parsers using Treesitter
:TSInstall rust
- Install lsp servers using LspInstall
:LspInstall javascript
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Bogdan Lipovtsev - megafreelancer2012@gmail.com
Project Link: https://github.com/zaqxsw-dev/my-vim-config