mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Fixing some mistakes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user