wip
This commit is contained in:
parent
c72d894bbd
commit
0b833d555c
13 changed files with 719 additions and 46 deletions
15
README.md
15
README.md
|
@ -3,7 +3,7 @@
|
|||
## Running
|
||||
|
||||
### With Nix (Recommended)
|
||||
|
||||
nix run "."
|
||||
|
||||
### On any system
|
||||
|
||||
|
@ -18,3 +18,16 @@ Install neovim config (backup old version first if present):
|
|||
git clone https://github.com/RingOfStorms/nvim ~/.config/nvim
|
||||
nvim --headless "+Lazy! sync" +qa
|
||||
```
|
||||
|
||||
|
||||
|
||||
## NOTES/TODOS
|
||||
|
||||
|
||||
- Checkout cargo-bloat, cargo-cache, cargo-outdated - memcache sccache
|
||||
- For scratches, just make an input box for custom extension rather than predefined list
|
||||
- for find files, ignore git, capital F for find all
|
||||
|
||||
- plugins to check out:
|
||||
- https://github.com/declancm/cinnamon.nvim
|
||||
- https://github.com/folke/noice.nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue