diff options
author | Chris <[email protected]> | 2021-03-27 03:01:24 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-27 03:01:24 -0400 |
commit | 4450d30d3e0374a57b6cc1985ba5f742275eb950 (patch) | |
tree | e776d6fb052a171b6535e6119342ea1899867d65 /lua/config.lua | |
parent | 127ff7231a63a75887647c11485338b354617c0b (diff) |
update for config
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config.lua b/lua/config.lua index a579e092..3bd6952b 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -14,4 +14,5 @@ O.colorscheme = 'nvcode' O.python.formatter = 'yapf' O.python.linter = nil O.python.autoformat = false +O.python.virtual_text = false |