Update bspwm theme, lvim

This commit is contained in:
neoteny 2021-09-20 16:50:53 +03:00
parent 50a524dbc5
commit 6e3359255f
15 changed files with 62 additions and 164 deletions

View file

@ -1,7 +0,0 @@
local M = {}
M.config = function ()
vim.cmd [[ let maplocalleader = "," ]]
end
return M

View file

@ -1,8 +0,0 @@
local M = {}
M.setup = function()
-- Go
vim.g["test#go#gotest#options"] = "-v"
end
return M