mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
update my nv-settings (soon we need to remove this file and let the user generate a one maybe do this in install script)
This commit is contained in:
parent
72ff68ae97
commit
12c2b7dbad
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,7 @@ an executable
|
|||
O.auto_complete = true
|
||||
O.colorscheme = 'nvcode'
|
||||
O.auto_close_tree = 0
|
||||
O.wrap_lines = false
|
||||
|
||||
O.clang.diagnostics.virtual_text = false
|
||||
O.clang.diagnostics.signs = false
|
||||
|
@ -27,9 +28,10 @@ O.python.diagnostics.signs = true
|
|||
O.python.diagnostics.underline = true
|
||||
|
||||
-- lua
|
||||
-- TODO look into stylua
|
||||
O.lua.formatter = 'lua-format'
|
||||
-- O.lua.formatter = 'lua-format'
|
||||
O.lua.autoformat = true
|
||||
O.lua.autoformat = false
|
||||
|
||||
-- javascript
|
||||
O.tsserver.formatter = 'prettier'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue