We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf757c commit 0092cacCopy full SHA for 0092cac
lua/magenta/init.lua
@@ -1,6 +1,6 @@
1
local Utils = require("magenta.utils")
2
local Options = require("magenta.options")
3
-local Actions = require("magenta.actions")
+require("magenta.actions")
4
local M = {}
5
6
M.setup = function(opts)
lua/magenta/options.lua
@@ -13,7 +13,7 @@ local defaults = {
13
prompt_caching = false
14
},
15
picker = "fzf-lua",
16
- sidebar_position = "right",
+ sidebar_position = "left",
17
default_keymaps = true,
18
sidebar_keymaps = {
19
normal = {
0 commit comments