summaryrefslogtreecommitdiff
path: root/lua/config.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-25 23:24:05 -0400
committerChris <[email protected]>2021-03-25 23:24:05 -0400
commitd6a3859452cb56fddeff915710faef2fce9b6c30 (patch)
tree9de27d8a81322a024d4a498e3ad3b9ef0f2abe0d /lua/config.lua
parent5b72ca3a9e06d37919be9330be446b909b47beef (diff)
handsome highlightline
Diffstat (limited to 'lua/config.lua')
-rw-r--r--lua/config.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/config.lua b/lua/config.lua
index 1f1cf0c3..43c48995 100644
--- a/lua/config.lua
+++ b/lua/config.lua
@@ -1,3 +1,14 @@
AUTO_COMPLETE=true
-- make list of languages
AUTO_FORMAT=true
+
+-- ideas
+
+--[[
+
+nv.format.python='black'
+nv.format.python='yapf'
+nv.format.python='autopep8'
+
+
+]]