nvim: init.vim: Enable colors for terminal
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
f9151f8b10
commit
25386fbc52
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ set smartcase " ... unless the query has capital letters.
|
|||
set gdefault " Use 'g' flag by default with :s/foo/bar/.
|
||||
set magic " Use 'magic' patterns (extended regular expressions).
|
||||
set autoread " Autoload file if it changes on disk
|
||||
set termguicolors " Enable colors for terminal
|
||||
|
||||
set rtp+=/usr/bin/fzf
|
||||
|
||||
|
|
Loading…
Reference in a new issue