mirror of https://github.com/sgoudham/nvim.git
BREAKING CHANGE: removed 'remaps' module
parent
482de1a974
commit
12ca216fe9
@ -1,13 +0,0 @@
|
|||||||
local M = {}
|
|
||||||
|
|
||||||
local hig_remaps -- highlight groups
|
|
||||||
|
|
||||||
function M.get_hig_remaps()
|
|
||||||
return hig_remaps
|
|
||||||
end
|
|
||||||
|
|
||||||
function M.set_hig_remaps(val)
|
|
||||||
hig_remaps = val
|
|
||||||
end
|
|
||||||
|
|
||||||
return M
|
|
Loading…
Reference in New Issue