aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-04 23:44:05 +0800
committerGuangxiong Lin <[email protected]>2022-04-04 23:44:05 +0800
commit22c0b13e9764f3a80d4d7a1815044c2c6f2a405f (patch)
treed60d738fecf6309d3193718b62b3cd1117264fc5 /.vimrc
parent1505027de4e60ddeb7c3fd88f7eabea09f543e62 (diff)
downloaddotfiles-22c0b13e9764f3a80d4d7a1815044c2c6f2a405f.tar.gz
dotfiles-22c0b13e9764f3a80d4d7a1815044c2c6f2a405f.tar.bz2
dotfiles-22c0b13e9764f3a80d4d7a1815044c2c6f2a405f.zip
Add guioptions in vim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 28a1b91..960c20a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -19,6 +19,12 @@ set secure
set exrc
set noerrorbells
+set guioptions-=m
+set guioptions-=T
+set guioptions-=r
+set guioptions+=c
+set guifont=DejaVu\ Sans\ Mono\ 12
+
set nofoldenable
set hidden