Vim must read .tikz as tex files
This commit is contained in:
parent
dd8aef1d86
commit
3a48215932
1 changed files with 4 additions and 0 deletions
4
vim.nix
4
vim.nix
|
@ -136,5 +136,9 @@ let plugins = let inherit (vimUtils) buildVimPluginFrom2Nix; in {
|
|||
|
||||
" Normal backspace
|
||||
set backspace=indent,eol,start
|
||||
|
||||
" Set filetype tex for tikz files
|
||||
au BufNewFile,BufRead *.tikz set filetype=tex
|
||||
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue