Mercurial > dotfiles
view dot_config/nvim/lua/efm/lua.lua @ 390:bfaff08e7e54
Run navigator cfg after astronauta is loaded
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Mon, 31 May 2021 16:50:30 +0200 |
parents | 2a8195e14cad |
children |
line wrap: on
line source
local languages = require 'efm/languages' languages.lua = {} if (vim.fn.executable('lua-format') == 1) then table.insert(languages.lua, { formatCommand = "lua-format -c ~/.config/lua-format/conf.yml", formatStdin = true }) end