diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-12-21 16:03:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 16:03:48 -0500 |
| commit | 2aa8bcb87898ed4f45d67c640fe1d6a60b184637 (patch) | |
| tree | 2207ccb7546112fdc03700525e79c55ffaed7679 /scripts/minimal_init.vim | |
| parent | 1e7ef41c704f027a989325c0171a852e8207ec24 (diff) | |
feat: Add better highlighting and new CI abilities (#355)
* Revert "Revert "fix: Better highlights (#344)" (#350)"
This reverts commit 7950fc8ba0accfcf6c540c7810feee646281fd8a.
* better highlights take 2
* fixup
* install fd find for sameness
* add some debug output
* more deterministic
* better ci
Diffstat (limited to 'scripts/minimal_init.vim')
| -rw-r--r-- | scripts/minimal_init.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/minimal_init.vim b/scripts/minimal_init.vim new file mode 100644 index 0000000..1d4c7b1 --- /dev/null +++ b/scripts/minimal_init.vim @@ -0,0 +1,6 @@ +set rtp+=. +set rtp+=../plenary.nvim/ +set rtp+=../popup.nvim/ + +runtime! plugin/plenary.vim +runtime! plugin/telescope.vim |
