mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
nv-settings.lua
This commit is contained in:
parent
eb10778110
commit
42638f6061
2 changed files with 3 additions and 2 deletions
|
@ -1,21 +0,0 @@
|
|||
--[[
|
||||
O is the global options object
|
||||
|
||||
Formatters and linters should be
|
||||
filled in as strings with either
|
||||
a global executable or a path to
|
||||
an executable
|
||||
]]
|
||||
|
||||
|
||||
O.auto_complete = true
|
||||
O.colorscheme = 'nvcode'
|
||||
|
||||
O.python.formatter = 'yapf'
|
||||
O.python.linter = nil
|
||||
O.python.autoformat = false
|
||||
O.python.diagnostics.virtual_text = false
|
||||
O.python.diagnostics.signs = false
|
||||
O.python.diagnostics.underline = false
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue