Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.19 KB

majBv - Mettre à Jour BetterVim

majBv is a Go-based utility designed to automate the process of updating and customizing Neovim configurations (BetterVim). It is particularly useful for developers who frequently update their Neovim plugins and prefer to modify some of the default commands and functionalities.

Features

  • Automatic removal of specific lines in configuration files.
  • Supports multiple configuration files.
  • Easy to customize the lines to be removed.

Usage

After building the project, you can run the utility with the following command:

./majBv

This command will update the following Neovim configuration files by removing the specified lines:

  • lsp.lua
  • shortcuts.lua
  • plugins.lua
  • cmp.lua

Customization

The lines to be removed are defined in the helper/lines.go file. You can modify the LinesToRemove variable to customize the lines you want the utility to remove.

Building the Project

To build the project, you need to have Go installed on your system. You can then use the go build command to build the project.

Contributing

Contributions are welcome. Please feel free to submit a pull request or open an issue.