Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vncsmyrnk/vim-vue-config
https://github.com/vncsmyrnk/vim-vue-config
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vncsmyrnk/vim-vue-config
- Owner: vncsmyrnk
- License: apache-2.0
- Created: 2024-02-02T23:09:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T15:13:29.000Z (10 months ago)
- Last Synced: 2024-02-04T00:27:33.360Z (10 months ago)
- Language: Lua
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-vue-config
This is my local vim/nvim config using lua for vue projects. Derived from https://github.com/vncsmyrnk/vim-config.git
To work properly this repo should be cloned on `~/.config/nvim` and [packer.vim](https://github.com/wbthomason/packer.nvim) must be installed.
To install it just run:
```bash
git clone --depth 1 https://github.com/vncsmyrnk/vim-vue-config.git ~/.config/nvim
```Next, opem `nvim` and be sure to run `PackerSync` to install the dependencies. Errors may occur when running `PackerSync`, so be sure to run it multiple times if necessary.
\**Note that the last command will override any existing nvim config*