From 8930acf046500650a1ae030f21eb3c8289afeaa9 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 11 Oct 2023 15:57:00 -0700 Subject: vim: added yaml --- modules/init.vim | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'modules') diff --git a/modules/init.vim b/modules/init.vim index 99b1938..997e6fa 100644 --- a/modules/init.vim +++ b/modules/init.vim @@ -4,7 +4,7 @@ let &t_ZM = "\e[3m" augroup plaintext autocmd! - autocmd FileType text,markdown setlocal ts=2 sts=2 sw=2 expandtab textwidth=60 + autocmd FileType text,markdown,yaml setlocal ts=2 sts=2 sw=2 expandtab textwidth=60 augroup END augroup webdev @@ -13,11 +13,6 @@ augroup webdev autocmd FileType less,css,html nnoremap s viB:sort augroup END -augroup lisp_stuff - autocmd! - autocmd BufReadPost *.lisp set filetype=scheme -augroup END - augroup yankhl autocmd! autocmd TextYankPost * silent! lua require'vim.highlight'.on_yank() -- cgit v1.2.3