diff options
author | Chris <[email protected]> | 2021-03-25 23:24:05 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-25 23:24:05 -0400 |
commit | d6a3859452cb56fddeff915710faef2fce9b6c30 (patch) | |
tree | 9de27d8a81322a024d4a498e3ad3b9ef0f2abe0d /lua/config.lua | |
parent | 5b72ca3a9e06d37919be9330be446b909b47beef (diff) |
handsome highlightline
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 11 |
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' + + +]] |