https://github.com/xtuc/vim-codemoder
vim-codemoder
https://github.com/xtuc/vim-codemoder
Last synced: 10 months ago
JSON representation
vim-codemoder
- Host: GitHub
- URL: https://github.com/xtuc/vim-codemoder
- Owner: xtuc
- Created: 2017-03-20T12:16:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T09:58:57.000Z (almost 9 years ago)
- Last Synced: 2025-10-08T00:38:22.321Z (10 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-codemoder
### Installation
Clone this repository somewhere on your machine, launch the following commands to setup the project: `npm install` and `npm run build`.
### Use in Vim
I used the builtin code formater, you need to add the location of the executable in your Vim configuration:
```
set formatprg=/opt/vim-codemoder/bin
```
You can then select some text and hit `gq`.
### Configuration
For the moment there is no real configuration. `babel-plugin-meaningful-logs` is harded [here](https://github.com/xtuc/vim-codemoder/blob/master/src/index.js#L6).
PR are welcomed :)