LunarVim.LunarVim/lua/config.lua

22 lines
267 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
2021-03-26 20:28:08 -04:00
COLORSCHEME='nvcode'
2021-03-25 23:24:05 -04:00
-- ideas
--[[
2021-03-26 20:28:08 -04:00
nv.lint.python='flake8'
2021-03-25 23:24:05 -04:00
nv.format.python='black'
nv.format.python='yapf'
nv.format.python='autopep8'
2021-03-26 20:28:08 -04:00
nv.format.tsserver='prettier'
nv.format.tsserver='eslint'
2021-03-25 23:24:05 -04:00
]]
2021-03-26 20:28:08 -04:00