Aggiunta impostazioni base vim.
This commit is contained in:
parent
56f659d5ce
commit
0f56baa132
48 changed files with 10738 additions and 1 deletions
2
vim/ftdetect/cucumber.vim
Normal file
2
vim/ftdetect/cucumber.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
" Cucumber
|
||||
autocmd BufNewFile,BufReadPost *.feature,*.story set filetype=cucumber
|
2
vim/ftdetect/thor.vim
Normal file
2
vim/ftdetect/thor.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
autocmd BufNewFile,BufRead *.thor set filetype=ruby
|
||||
autocmd BufNewFile,BufRead Thorfile set filetype=ruby
|
Loading…
Add table
Add a link
Reference in a new issue