https://github.com/dubst3pp4/dotvim
Vim configuration for daily editing of TypeScript, JavaScript, Vue, HTML, CSS/SASS, Python, AsciiDoc and Markdown files
https://github.com/dubst3pp4/dotvim
vim
Last synced: about 1 year ago
JSON representation
Vim configuration for daily editing of TypeScript, JavaScript, Vue, HTML, CSS/SASS, Python, AsciiDoc and Markdown files
- Host: GitHub
- URL: https://github.com/dubst3pp4/dotvim
- Owner: dubst3pp4
- Created: 2017-06-03T18:18:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T15:06:41.000Z (about 1 year ago)
- Last Synced: 2025-05-14T12:07:27.301Z (about 1 year ago)
- Topics: vim
- Language: Vim Script
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Vim configuration
Guide on building dotvim repository:
## Mission
Build a configuration for daily editing of TypeScript, JavaScript, Vue, HTML,
CSS/SASS, Python and Markdown files.
At the moment the following features are provided:
- Autocompletion (Ale)
- Syntax linting and checking (Ale)
- Git support (vim-fugitive & vim-signify)
- Matching of XML/HTML tags (matchit)
- Matching of Parenthesis (rainbow-parenthesis)
- Display keybindings (vim-which-key)
## Update plugins
I've changed a little script that I found somewhere (sorry!) to update all
plugins:
```
update_plugins.sh
```
When vim-doge is updated, the plugin must be initialized by executing
```
:call doge#install()
```
from within Vim.