mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 21:01:45 +00:00
README.md: removed some trailing spaces
This commit is contained in:
parent
f6f5537a3a
commit
49b21aeb12
@ -47,12 +47,12 @@ git clone https://github.com/dam9000/kickstart-modular.nvim.git "${XDG_CONFIG_HO
|
|||||||
|
|
||||||
- on Windows (cmd)
|
- on Windows (cmd)
|
||||||
```
|
```
|
||||||
git clone https://github.com/dam9000/kickstart-modular.nvim.git %userprofile%\AppData\Local\nvim\
|
git clone https://github.com/dam9000/kickstart-modular.nvim.git %userprofile%\AppData\Local\nvim\
|
||||||
```
|
```
|
||||||
|
|
||||||
- on Windows (powershell)
|
- on Windows (powershell)
|
||||||
```
|
```
|
||||||
git clone https://github.com/dam9000/kickstart-modular.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
git clone https://github.com/dam9000/kickstart-modular.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -171,7 +171,7 @@ Each PR, especially those which increase the line count, should have a descripti
|
|||||||
* The main purpose of kickstart is to serve as a teaching tool and a reference
|
* The main purpose of kickstart is to serve as a teaching tool and a reference
|
||||||
configuration that someone can easily `git clone` as a basis for their own.
|
configuration that someone can easily `git clone` as a basis for their own.
|
||||||
As you progress in learning Neovim and Lua, you might consider splitting `init.lua`
|
As you progress in learning Neovim and Lua, you might consider splitting `init.lua`
|
||||||
into smaller parts. *This is the fork of the original project that splits the configuration into smaller parts.*
|
into smaller parts. *This is the fork of the original project that splits the configuration into smaller parts.*
|
||||||
The original repo that maintains the exact
|
The original repo that maintains the exact
|
||||||
same functionality in a single `init.lua` file is available here:
|
same functionality in a single `init.lua` file is available here:
|
||||||
* [kickstart.nvim](https://github.com/dam9000/kickstart-modular.nvim)
|
* [kickstart.nvim](https://github.com/dam9000/kickstart-modular.nvim)
|
||||||
|
Loading…
Reference in New Issue
Block a user