mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
make stylua happy again after taking over my home
This commit is contained in:
@@ -1596,7 +1596,13 @@ local function Setup(cfg)
|
|||||||
-- and does not work
|
-- and does not work
|
||||||
|
|
||||||
if M.Cfg.take_over_my_home == true then
|
if M.Cfg.take_over_my_home == true then
|
||||||
vim.cmd('au BufEnter ' .. M.Cfg.home .. '/*' .. M.Cfg.extension .. ' set ft=telekasten')
|
vim.cmd(
|
||||||
|
"au BufEnter "
|
||||||
|
.. M.Cfg.home
|
||||||
|
.. "/*"
|
||||||
|
.. M.Cfg.extension
|
||||||
|
.. " set ft=telekasten"
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
if debug then
|
if debug then
|
||||||
|
|||||||
Reference in New Issue
Block a user