doc: add hitest notes and add termguicolors to example setups

This commit is contained in:
Alexander Courtis
2022-10-29 12:45:24 +11:00
parent 65c2ba8952
commit cb98892dea
2 changed files with 9 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ Setup should be run in a lua file or in a lua heredoc [:help lua-heredoc](https:
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- set termguicolors to enable highlight groups
vim.opt.termguicolors = true
-- empty setup using defaults
require("nvim-tree").setup()