nvim: gui config
This commit is contained in:
parent
be4d49921c
commit
505269f4c0
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidpromptrc \
|
||||
neomuttrc pentadactylrc mailcap latexmkrc ctags \
|
||||
i3/config i3status.conf config/dunst/dunstrc msmtprc spacemacs emacs.d mbsyncrc authinfo \
|
||||
config/qutebrowser config/nvim/init.vim ideavimrc \
|
||||
config/qutebrowser config/nvim/init.vim config/nvim/ginit.vim ideavimrc \
|
||||
config/khal config/vdirsyncer/config config/khard \
|
||||
config/rofi config/rofi-pass gdbinit notmuch-config \
|
||||
tridactylrc config/sway/config config/mpv/mpv.conf \
|
||||
|
5
config/nvim/ginit.vim
Normal file
5
config/nvim/ginit.vim
Normal file
@ -0,0 +1,5 @@
|
||||
let g:neovide_cursor_animate_in_insert_mode = 0
|
||||
let g:neovide_cursor_vfx_mode = "disabled"
|
||||
Guifont DejaVu Sans Mono:h13
|
||||
set mouse=a
|
||||
set notitle
|
6
vimrc
6
vimrc
@ -165,12 +165,6 @@ else
|
||||
colors jellybeans
|
||||
endif
|
||||
|
||||
if exists('g:GuiLoaded')
|
||||
let g:neovide_cursor_animate_in_insert_mode = 0
|
||||
let g:neovide_cursor_vfx_mode = "disabled"
|
||||
Guifont DejaVu Sans Mono:h13
|
||||
endif
|
||||
|
||||
au syntax java setl ts=4 sts=4 sw=4
|
||||
|
||||
au BufNewFile,BufRead *.s setl ft=tptp
|
||||
|
Loading…
Reference in New Issue
Block a user