From f232a4a9f14c311b859d20352d26acb6712d9dc3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 17 Jun 2019 19:51:55 +0200 Subject: Add Python, Mako filetype --- pkgs/custom-neovim/asset/rc.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/custom-neovim/asset/rc.vim b/pkgs/custom-neovim/asset/rc.vim index d882d1d..dee54ff 100644 --- a/pkgs/custom-neovim/asset/rc.vim +++ b/pkgs/custom-neovim/asset/rc.vim @@ -54,6 +54,8 @@ autocmd FileType scheme setlocal shiftwidth=2 tabstop=2 expandtab autocmd FileType nix setlocal shiftwidth=2 tabstop=2 expandtab autocmd FileType lisp setlocal shiftwidth=2 tabstop=2 expandtab autocmd FileType racket setlocal shiftwidth=2 tabstop=2 expandtab +autocmd FileType python setlocal shiftwidth=4 tabstop=4 expandtab +autocmd FileType mako setlocal shiftwidth=4 tabstop=4 expandtab autocmd FileType haskell setlocal shiftwidth=2 tabstop=4 softtabstop=2 shiftround expandtab autocmd FileType pandoc setlocal nonumber autoread autocmd FileType pandoc let g:airline#extensions#whitespace#checks=['indent', 'trailing', 'long'] -- cgit v1.2.3