aboutsummaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/neo_tree.fnl1
-rw-r--r--fnl/plugins/which_key.fnl4
2 files changed, 2 insertions, 3 deletions
diff --git a/fnl/plugins/neo_tree.fnl b/fnl/plugins/neo_tree.fnl
index 9925d60..758614b 100644
--- a/fnl/plugins/neo_tree.fnl
+++ b/fnl/plugins/neo_tree.fnl
@@ -15,7 +15,6 @@
:staged " "
:conflict ":("}}}
:window {
- :position :left
:width 30}
:filesystem {
:use_libuv_file_watcher true}})
diff --git a/fnl/plugins/which_key.fnl b/fnl/plugins/which_key.fnl
index 643dfa3..50db6b0 100644
--- a/fnl/plugins/which_key.fnl
+++ b/fnl/plugins/which_key.fnl
@@ -14,12 +14,12 @@
(local mappings [
;;common
- (wmap :f "<cmd>Neotree toggle<CR>" "fs")
+ (wmap :f "<cmd>Neotree position=left toggle<CR>" "fs")
(wmap :w "<cmd>WinShift<CR>" "win shift")
(wmap :t "<cmd>ToggleTerm direction=horizontal<CR>" "hterm")
(wmap :d "<cmd>Glance references<CR>" "references")
(wmap :s "<cmd>Telescope live_grep<CR>" "search")
- (wmap :z "<cmd>Telescope find_files<CR>" "open file")
+ (wmap :z "<cmd>Oil --float<CR> toggle" "open file")
(wmap :b "<cmd>JABSOpen<CR>" "buffers")
(wmap :g (fn []
(local buffer (vim.fn.expand :%))