Skip to content

Commit

Permalink
feat(nvim): opt in to experimental yazi.nvim mouse support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Apr 25, 2024
1 parent f595141 commit f7aff2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/nvim/lua/plugins/my-file-manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ return {
---@type YaziConfig
opts = {
open_for_directories = true,
enable_mouse_support = true,
},
}

0 comments on commit f7aff2b

Please sign in to comment.