mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update lvim, zsh, vscode
This commit is contained in:
parent
4c57b36f1b
commit
c36863d722
28 changed files with 613 additions and 115 deletions
11
config/lvim/lua/user/conjure.lua
Normal file
11
config/lvim/lua/user/conjure.lua
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue