adding initial base config from astrovim
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
local colors = require "default_theme.colors"
|
||||
require("window-picker").setup(
|
||||
astronvim.user_plugin_opts("plugins.window-picker", { use_winbar = "smart", other_win_hl_color = colors.grey_4 })
|
||||
)
|
||||
Reference in New Issue
Block a user