Telescope extension wrapper around :changes
Plug "nvim-telescope/telescope.nvim"
Plug "LinArcX/telescope-changes.nvim"
use { "nvim-telescope/telescope.nvim" }
use { "LinArcX/telescope-changes.nvim" }
require('telescope').load_extension('changes')
:Telescope changes
If you have any idea to improve this project, please create a pull-request for it. To make changes consistent, i have some rules:
-
Before submit your work, please format it with StyLua.
- Just go to root of the project and call:
stylua .
- Just go to root of the project and call:
-
There should be a one-to-one relation between features and pull requests. Please create separate pull-requests for each feature.
-
Please use snake_case for function names ans local variables
-
If your PR have more than one commit, please squash them into one.
-
Use meaningful name for variables and functions. Don't use abbreviations as far as you can.