[NeoVim] Actually working bootstrap

This commit is contained in:
2022-08-24 18:33:02 +02:00
parent b411775c77
commit 4059a6501a
13 changed files with 51 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
(import-macros {: setup} :macros)
(local actions (require :telescope.actions))
(setup :telescope {
:defaults {:mappings {:n {:S actions.file_split
:s actions.file_vsplit}}