LunarVim/lua/config.lua

15 lines
161 B
Lua
Raw Normal View History

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