vis: Cargar tema de themer.lua
This commit is contained in:
parent
4d8bf386fc
commit
80be3dc5df
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 16081d13f7fb41761fa124415308e075e8b3b5cf
|
Subproject commit 35fee185e78df4a3bf3c041e05c0223287e428d1
|
|
@ -11,7 +11,7 @@ plugins = {
|
||||||
|
|
||||||
local disable_formating = false
|
local disable_formating = false
|
||||||
vis.events.subscribe(vis.events.INIT, function()
|
vis.events.subscribe(vis.events.INIT, function()
|
||||||
require 'themes/rose-pine-moon-colorless'
|
dofile(os.getenv('HOME')..'/.cache/themer.lua/vis.lua')
|
||||||
require 'plugins/commentary'
|
require 'plugins/commentary'
|
||||||
|
|
||||||
vis:map(vis.modes.NORMAL, ',f', ':fzf<Enter>')
|
vis:map(vis.modes.NORMAL, ',f', ':fzf<Enter>')
|
||||||
|
|
Loading…
Reference in a new issue