Readme update
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-15 11:07:41 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-05-15 11:07:41 +0200 |
| Commit | e4c0351f3dafebccd9afab155157c1b3e6e54f98 (patch) |
|
-rw-r--r-- |
README.md | 8 |
1 files changed, 4 insertions, 4 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 17 | ### Using [lazy.nvim](https://github.com/folke/lazy.nvim) |
17 | ### Using [lazy.nvim](https://github.com/folke/lazy.nvim) |
| 18 | 18 | ||
| 19 | ```lua |
19 | ```lua |
| 20 | { "your-username/c3.vim" } |
20 | { "mitjafelicijan/c3.vim" } |
| 21 | ``` |
21 | ``` |
| 22 | 22 | ||
| 23 | ### Using [vim-plug](https://github.com/junegunn/vim-plug) |
23 | ### Using [vim-plug](https://github.com/junegunn/vim-plug) |
| 24 | 24 | ||
| 25 | ```vim |
25 | ```vim |
| 26 | Plug 'your-username/c3.vim' |
26 | Plug 'mitjafelicijan/c3.vim' |
| 27 | ``` |
27 | ``` |
| 28 | 28 | ||
| 29 | ### Manual Installation |
29 | ### Manual Installation |
| ... | |||
| 31 | Clone this repository into your Vim/Neovim plugin directory: |
31 | Clone this repository into your Vim/Neovim plugin directory: |
| 32 | 32 | ||
| 33 | ```bash |
33 | ```bash |
| 34 | git clone https://github.com/your-username/c3.vim ~/.vim/pack/plugins/start/c3.vim |
34 | git clone https://github.com/mitjafelicijan/c3.vim ~/.vim/pack/plugins/start/c3.vim |
| 35 | # OR for Neovim |
35 | # OR for Neovim |
| 36 | git clone https://github.com/your-username/c3.vim ~/.local/share/nvim/site/pack/plugins/start/c3.vim |
36 | git clone https://github.com/mitjafelicijan/c3.vim ~/.local/share/nvim/site/pack/plugins/start/c3.vim |
| 37 | ``` |
37 | ``` |
| 38 | 38 | ||
| 39 | ## Usage |
39 | ## Usage |
| ... | |||