diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 21:56:40 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 21:56:40 +0200 |
commit | a9de6517da674ff671107e8cb6dab909750c90cf (patch) | |
tree | f77268105bea7b2d37dd6834f9431c8789b72ee7 /nvim | |
parent | 615b9752c0d807e32b3f63654f9bf8144deaf420 (diff) | |
download | dotfiles-a9de6517da674ff671107e8cb6dab909750c90cf.tar.xz |
nvim: Enable trucolor with new option
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'nvim')
-rw-r--r-- | nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/init.vim b/nvim/init.vim index 5462c53..4050cf1 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -45,6 +45,7 @@ set scrolloff=1 " Minimum number of screen lines under/above the cursor set linebreak " Don’t wrap lines in the middle of a word set spelllang=en_us set backupdir=$XDG_DATA_HOME/nvim/backup " Don't write backups in current dir +set termguicolors set tabstop=4 set shiftwidth=4 |