diff options
author | Yigit Sever | 2020-11-08 23:19:02 +0300 |
---|---|---|
committer | Yigit Sever | 2020-11-08 23:19:02 +0300 |
commit | 3344f3b1b3d46329eee77ebc993ef19aa7f3ff74 (patch) | |
tree | 8bca98a874676dd7385444f249076ea7b383577b | |
parent | c604b913be8394a683fbda8c021ed49993c50d70 (diff) | |
download | dotfiles-3344f3b1b3d46329eee77ebc993ef19aa7f3ff74.tar.gz dotfiles-3344f3b1b3d46329eee77ebc993ef19aa7f3ff74.tar.bz2 dotfiles-3344f3b1b3d46329eee77ebc993ef19aa7f3ff74.zip |
we have a thesaurus plugin that no work
-rwxr-xr-x | .config/nvim/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 131a6ab..1017e73 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -557,3 +557,6 @@ let g:beacon_shrink = 0 | |||
557 | highlight Beacon guibg=red ctermbg=15 | 557 | highlight Beacon guibg=red ctermbg=15 |
558 | " }}} beacon " | 558 | " }}} beacon " |
559 | 559 | ||
560 | let g:tq_enabled_backends = ["mthesaur_txt"] | ||
561 | let g:tq_truncation_on_relavance = 0 | ||
562 | |||