Fixing some mistakes.

This commit is contained in:
Derek Taylor
2020-02-17 00:07:06 -06:00
parent 2c0c2ae9a7
commit 7d1afcb5e5
347 changed files with 497 additions and 465 deletions
+17 -6
View File
@@ -70,7 +70,7 @@ set laststatus=2
" Use 256 colours (Use this setting only if your terminal supports 256 colours)
" set t_Co=256
syntax on
syntax enable
set relativenumber
let g:rehash256 = 1
let g:Powerline_symbols='unicode'
@@ -111,10 +111,8 @@ let NERDTreeMinimalUI = 1
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Colors
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
hi LineNr ctermfg=242
hi CursorLineNr ctermfg=15
hi VertSplit ctermfg=8 ctermbg=0
hi Statement ctermfg=3
colo default
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Mouse Scrolling
@@ -135,6 +133,19 @@ set noswapfile
let g:minimap_highlight='Visual'
let g:python_highlight_all = 1
syntax on
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
au BufEnter *.org call org#SetOrgFileType()
set guioptions-=m "remove menu bar
set guioptions-=T "remove toolbar
set guioptions-=r "remove right-hand scroll bar
set guioptions-=L "remove left-hand scroll bar
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Fixes mouse issues using Alacritty terminal
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set ttymouse=sgr