From 43f067e0b4dbb0f60e108ec35a162895afdea807 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 3 Apr 2021 15:59:03 -0400 Subject: more options --- nv-settings.lua | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'nv-settings.lua') diff --git a/nv-settings.lua b/nv-settings.lua index 0c150dc3..25b61e34 100644 --- a/nv-settings.lua +++ b/nv-settings.lua @@ -5,12 +5,22 @@ Formatters and linters should be filled in as strings with either a global executable or a path to an executable -]] -- general +]] + +-- general O.auto_complete = true O.colorscheme = 'nvcode' O.auto_close_tree = 0 O.wrap_lines = false +-- @usage pass a table with your desired languages +--O.treesitter.ensure_installed = "all" +--O.treesitter.ignore_install = {"haskell"} +--O.treesitter.highlight.enabled = true +--O.treesitter.playground.enabled = true +--O.treesitter.rainbow.enabled = false + + O.clang.diagnostics.virtual_text = false O.clang.diagnostics.signs = false O.clang.diagnostics.underline = false -- cgit v1.2.3