Added .direnvc
This commit is contained in:
parent
cea96f2800
commit
ba4dcd1308
3 changed files with 22 additions and 3 deletions
|
@ -52,6 +52,8 @@ Plugin 'plasticboy/vim-markdown'
|
|||
Plugin 'fatih/vim-go'
|
||||
Plugin 'dbeniamine/cheat.sh-vim'
|
||||
Plugin 'jacqueswww/vim-vyper'
|
||||
Plugin 'direnv/direnv.vim'
|
||||
Plugin 'tomlion/vim-solidity'
|
||||
"let g:deoplete#enable_at_startup = 1
|
||||
"Plugin 'Shougo/deoplete.nvim'
|
||||
|
||||
|
@ -82,13 +84,12 @@ set smarttab
|
|||
set softtabstop=4
|
||||
set autoindent
|
||||
set expandtab
|
||||
let &colorcolumn="80,".join(range(81,999),",")
|
||||
|
||||
"let &colorcolumn="123,".join(range(124,999),",")
|
||||
augroup vimrc_autocmds
|
||||
autocmd!
|
||||
"highlight characters past col 80
|
||||
autocmd FileType python highlight Excess ctermbg=DarkGrey guibg=Black
|
||||
autocmd FileType python match Excess /\%80v.*/
|
||||
autocmd FileType python match Excess /\%123v.*/
|
||||
autocmd FileType python set nowrap
|
||||
" autocmd FileType rst set textwidth=80
|
||||
autocmd FileType markdown set textwidth=80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue