Minimalist neovim config settings
Explore the docs »
Report Bug
.
Request Feature
This is a personal neovim configurations for me and my workflow. Free to use and update for your needs
I used the Lua language to develop the custom configurations. packer for the installing packages. harpoon for navigation files instantly. lsp-zero for the lsp servers. Telescope as fizzy finder. For Syntax highliting I used treesitter and undotree visualizes the undo history and makes it easy to browse and switch between different undo branches. Created custom colors lua file for nvim colors
Clone the repo into your XDG_CONFIG_HOME folder.
Install neovim. (preferably build it from source
https://github.com/neovim/neovim/wiki/Building-Neovim
- Clone the repo
https://github.com/sasirura/nvim-config
- Add files into the source. ( you have to open one of the file and go to the command mode)
:so
- Sync the packages`
:PackerSync
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- 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 for more information.
- Sasiru - ** - Sasiru - **