aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/options.lua
diff options
context:
space:
mode:
authorMax Bossing <info@maxbossing.de>2025-07-24 19:18:27 +0200
committerMax Bossing <info@maxbossing.de>2025-07-24 19:18:27 +0200
commit7e40488298536c5d3b33d1c2351c058329604404 (patch)
tree49a41e3a070074c4f6cb625a95c4224c44807e08 /nvim/lua/options.lua
parentb340c27a32605a6f6298777f39a93655ba9fae3e (diff)
It's all comming together
Diffstat (limited to 'nvim/lua/options.lua')
-rw-r--r--nvim/lua/options.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua
index a7cce04..9de7b72 100644
--- a/nvim/lua/options.lua
+++ b/nvim/lua/options.lua
@@ -33,3 +33,4 @@ vim.o.ruler = true
-- Show something in the command line not sure
vim.o.showcmd = true
+vim.diagnostic.config({ virtual_text = false })