Add initial configs
This commit is contained in:
@@ -1,2 +1,26 @@
|
||||
# nvimconfigs
|
||||
My neovim settings
|
||||
|
||||
My neovim settings. Contrary to popular opinion of breaking down your configs, this configuration is a single file because why not!! It is becoming very difficult to split them anyways with plugin dependencies on other settings, plugins defining keybinds in their setup and so on.
|
||||
|
||||
This uses Packer as the plugin manager.
|
||||
|
||||
# Dependencies #
|
||||
|
||||
- neovim
|
||||
- npm
|
||||
- python
|
||||
- pip
|
||||
- go
|
||||
- rust
|
||||
|
||||
Tested on Arch. Should probably work on most linux distros.
|
||||
|
||||
# Installation #
|
||||
|
||||
```
|
||||
make install
|
||||
```
|
||||
|
||||
That will take a backup of your current vim settings in `~/.config/nvim/init.lua` and installs the configs from this project.
|
||||
|
||||
Once done, open `init.lua` and run `:PackerSync`.
|
||||
|
||||
Reference in New Issue
Block a user