diff options
author | Joe <rbo@gmx.us> | 2024-06-16 20:16:32 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-06-16 20:16:32 +0200 |
commit | 37236d3ecdb1b00c620d450fc6a716c791b7864e (patch) | |
tree | 7be616f5722f800b6fea61dad8fa5657b36f67fd /.config/nvim/after | |
parent | up (diff) | |
download | dotfiles-bsd-37236d3ecdb1b00c620d450fc6a716c791b7864e.tar.gz dotfiles-bsd-37236d3ecdb1b00c620d450fc6a716c791b7864e.tar.bz2 dotfiles-bsd-37236d3ecdb1b00c620d450fc6a716c791b7864e.tar.xz dotfiles-bsd-37236d3ecdb1b00c620d450fc6a716c791b7864e.tar.zst dotfiles-bsd-37236d3ecdb1b00c620d450fc6a716c791b7864e.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/trouble.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/plugin/trouble.lua b/.config/nvim/after/plugin/trouble.lua index f2a74fb..c18491c 100644 --- a/.config/nvim/after/plugin/trouble.lua +++ b/.config/nvim/after/plugin/trouble.lua @@ -1,5 +1,5 @@ require('trouble').setup { - icons = true, + -- icons = true, } -- Diagnostic signs |