its ot'
[misc.git] / init.vim
index 092a429ec0d53a7d47567a9c3c591dbdbbaac881..5044b8ac6afa56d6a7fd1948e73a15976be0e04c 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -3,12 +3,25 @@
 :set tabstop=3
 :set shiftwidth=3
 :set smarttab
+:set expandtab
 :set softtabstop=3
 :set mouse=a
+:tnoremap <esc> <C-\><C-N>
+:autocmd FileType python setlocal tabstop=3
+:autocmd FileType python setlocal shiftwidth=3
+
+:set cc=81
+:highlight ColorColumn ctermbg=Black
+:highlight VertSplit cterm=Bold ctermbg=Black
+:highlight LineNr ctermfg=DarkGrey
+:highlight Error ctermbg=None
+:highlight StatusLine cterm=Bold ctermbg=DarkGrey
+:highlight StatusLineNC cterm=Italic ctermbg=Black
+:highlight PMenu ctermfg=LightBlue ctermbg=Black
 
 call plug#begin()
 
 Plug 'https://github.com/preservim/nerdtree' " NerdTree
-Plug 'https://github.com/neoclide/coc.nvim'  " Auto Completion
+Plug 'neoclide/coc.nvim', {'branch': 'release'}
 
 call plug#end()