add tla to vim
This commit is contained in:
parent
af3f15e30e
commit
4632b5d39b
3 changed files with 6 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ setw -g monitor-activity on
|
|||
set -g visual-activity on
|
||||
|
||||
# Highlighting the active window in status bar
|
||||
#setw -g window-status-current-bg red
|
||||
setw -g window-status-current-bg red
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@ augroup less
|
|||
autocmd BufNewFile,BufRead *.less set filetype=less
|
||||
augroup END
|
||||
|
||||
augroup pcal
|
||||
au BufNewFile,BufRead *.pcal setf tla
|
||||
augroup END
|
||||
|
||||
|
||||
au! BufNewFile,BufRead *.pde setf arduino
|
||||
|
||||
|
|
|
|||
1
.vimrc
1
.vimrc
|
|
@ -158,6 +158,7 @@ Plug 'posva/vim-vue'
|
|||
Plug 'Shougo/context_filetype.vim'
|
||||
Plug 'idris-hackers/idris-vim', {'for': 'idris'}
|
||||
Plug 'derekwyatt/vim-scala', {'for': 'scala'}
|
||||
Plug 'hwayne/tla.vim'
|
||||
|
||||
" Plugins that autocomplete
|
||||
Plug 'Shougo/deoplete.nvim'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue