aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/settings.lua
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-05-20 21:53:48 +0200
committerpml68 <tutorialmester@gmail.com>2024-05-20 21:53:48 +0200
commitfa500847efc9c1201b87812fd8893a3fbaffac60 (patch)
treea12861ca6114a0d5840f1ed9a68b937fc402270d /lua/pml68/settings.lua
parentfeat: change nvim-highlight-colors render mode to 'virtual' (diff)
downloadnvim-fa500847efc9c1201b87812fd8893a3fbaffac60.tar.gz
feat: add remap for toggling inlay hints
Diffstat (limited to '')
-rw-r--r--lua/pml68/settings.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua
index 27c20d5..6b71b1f 100644
--- a/lua/pml68/settings.lua
+++ b/lua/pml68/settings.lua
@@ -19,8 +19,6 @@ vim.o.incsearch = true
vim.o.clipboard = "unnamedplus"
-vim.o.termguicolors = true
-
vim.opt.whichwrap:append "<>[]hl"
vim.g.netrw_browse_split = 0