mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-26 13:21:45 +00:00
Compare commits
2 Commits
ec4efea745
...
6210f50a3e
Author | SHA1 | Date | |
---|---|---|---|
6210f50a3e | |||
91a3a31102 |
@ -23,7 +23,7 @@ Neovim's configurations are located under the following path:
|
|||||||
- [CMake](https://cmake.org/)
|
- [CMake](https://cmake.org/)
|
||||||
> **NOTE**
|
> **NOTE**
|
||||||
> Make sure to select 'add to PATH' during installation
|
> Make sure to select 'add to PATH' during installation
|
||||||
- [MSBuild-Tools](https://github.com/bycloudai/InstallVSBuildToolsWindows)
|
- [MSBuild-Tools](https://github.com/bycloudai/InstallVSBuildToolsWindows)
|
||||||
- Clone this repository:
|
- Clone this repository:
|
||||||
- on Windows (cmd)
|
- on Windows (cmd)
|
||||||
```
|
```
|
||||||
|
3
init.lua
3
init.lua
@ -52,6 +52,9 @@ vim.opt.rtp:prepend(lazypath)
|
|||||||
|
|
||||||
-- [[ Configure plugins ]]
|
-- [[ Configure plugins ]]
|
||||||
require('lazy').setup({
|
require('lazy').setup({
|
||||||
|
-- Discord RPC
|
||||||
|
'andweeb/presence.nvim',
|
||||||
|
|
||||||
-- Practice games
|
-- Practice games
|
||||||
'ThePrimeagen/vim-be-good',
|
'ThePrimeagen/vim-be-good',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user