LunarVim.LunarVim/lua/config.lua

15 lines
161 B
Lua
Raw Normal View History

2021-03-25 02:36:57 -04:00
AUTO_COMPLETE=true
2021-03-24 17:58:17 -04:00
-- make list of languages
AUTO_FORMAT=true
2021-03-25 23:24:05 -04:00
-- ideas
--[[
nv.format.python='black'
nv.format.python='yapf'
nv.format.python='autopep8'
]]