mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
nvim --headless -u NONE --cmd "set rtp^=$PWD" +"lua require('solarized-osaka.extra').setup()" +qa
|