Update lvim, zsh, vscode

This commit is contained in:
Smirnov-O 2021-08-20 19:23:02 +03:00
parent 4c57b36f1b
commit c36863d722
28 changed files with 613 additions and 115 deletions

View file

@ -0,0 +1,11 @@
local M = {}
local g = vim.g
M.setup = function()
vim.g.localleader = ","
g["conjure#filetype#fennel"] = "conjure.client.fennel.stdio"
end
return M