mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-27 22:01:45 +00:00
Compare commits
No commits in common. "6210f50a3ea659f5bea742a7f60422a3e4bff7e1" and "ec4efea7452501db622ee32f41d9db1cfcb94683" have entirely different histories.
6210f50a3e
...
ec4efea745
@ -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,9 +52,6 @@ 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