diff options
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r-- | lua/nv-globals.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua index 845eccbd..62af193d 100644 --- a/lua/nv-globals.lua +++ b/lua/nv-globals.lua @@ -2,6 +2,8 @@ O = { auto_close_tree = 0, auto_complete = true, colorscheme = 'nvcode', + relative_number = true, + shell = "bash", python = { linter = '', -- @usage can be 'yapf', 'black' @@ -10,7 +12,9 @@ O = { isort = false, diagnostics = {virtual_text = true, signs = true, underline = true} }, - + dart = { + sdk_path = '/usr/lib/dart/bin/snapshots/analysis_server.dart.snapshot' + }, lua = { -- @usage can be 'lua-format' formatter = '', |