diff options
author | ame <[email protected]> | 2025-08-16 03:33:55 -0500 |
---|---|---|
committer | ame <[email protected]> | 2025-08-16 03:33:55 -0500 |
commit | e59231627c06b147d153774e772db299dcf0aee5 (patch) | |
tree | 2d23170bdb67302d1d4a7825746ed4e7b422a692 /fnl/plugins | |
parent | 4df9d780d279353d2ae626031c0dd31a72aa10c0 (diff) |
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/neo_tree.fnl | 1 | ||||
-rw-r--r-- | fnl/plugins/which_key.fnl | 4 |
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 :%)) |