diff options
author | christianchiarulli <[email protected]> | 2021-04-04 17:21:57 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-04-04 17:21:57 -0400 |
commit | 6096fe565028168140963cc6b6c5ec05ed9b9899 (patch) | |
tree | bd3ac2c2b196df85c9f10e7fc6c99dc07dc17382 /nv-settings.lua | |
parent | a9f29c6596ec1cc900a4b5d9810b2d0729084a74 (diff) |
udpates
Diffstat (limited to 'nv-settings.lua')
-rw-r--r-- | nv-settings.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nv-settings.lua b/nv-settings.lua index b6871065..0125ad8c 100644 --- a/nv-settings.lua +++ b/nv-settings.lua @@ -13,7 +13,6 @@ O.colorscheme = 'lunar' 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 |