update readme
This commit is contained in:
parent
75ad6822e1
commit
bbf6ffa3fd
|
@ -71,7 +71,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
|
||||||
<details><summary> Linux and Mac </summary>
|
<details><summary> Linux and Mac </summary>
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/0x4D5352/my_kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
git clone https://github.com:0x4D5352/my_kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
@ -87,7 +87,11 @@ git clone https://github.com:0x4D5352/my_kickstart.nvim.git %userprofile%\AppDat
|
||||||
If you're using `powershell.exe`
|
If you're using `powershell.exe`
|
||||||
|
|
||||||
```
|
```
|
||||||
|
<<<<<<< HEAD
|
||||||
git clone https://github.com/0x4D5352/my_kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
git clone https://github.com/0x4D5352/my_kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
||||||
|
=======
|
||||||
|
git clone https://github.com:0x4D5352/my_kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
|
||||||
|
>>>>>>> 161ac37 (update readme)
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -241,7 +241,6 @@ require('lazy').setup({
|
||||||
require('which-key').setup()
|
require('which-key').setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
uu
|
|
||||||
-- NOTE: Plugins can specify dependencies.
|
-- NOTE: Plugins can specify dependencies.
|
||||||
--
|
--
|
||||||
-- The dependencies are proper plugin specifications as well - anything
|
-- The dependencies are proper plugin specifications as well - anything
|
||||||
|
|
Loading…
Reference in New Issue