mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -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
|
||||
|
||||
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
|
||||
|
||||
if debug then
|
||||
|
||||
Reference in New Issue
Block a user