From 74b19c049b27c6611924cebcba711fb7aee723e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 18 Aug 2023 18:44:21 +0300 Subject: [PATCH] remove some old leftovers from vimrc --- modules/base/users/vimrc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/base/users/vimrc b/modules/base/users/vimrc index 65778e1..3a4d3ca 100644 --- a/modules/base/users/vimrc +++ b/modules/base/users/vimrc @@ -37,25 +37,12 @@ if has("patch-8.1-0360") set diffopt+=algorithm:patience endif -"nmap gs :rg :grep - " html au FileType html,gohtmltmpl setlocal ts=2 sw=2 sts=2 " ruby au BufRead,BufNewFile Vagrantfile setfiletype ruby -" starlark -au BufRead,BufNewFile *.star setfiletype python - -" puppet -au BufRead,BufNewFile *.pp setfiletype puppet -au FileType puppet setlocal ts=2 sw=2 sts=2 syntax=ruby -au FileType puppet let g:gutentags_enabled = 1 -au FileType puppet let b:gutentags_file_list_command = 'git ls-files *.pp' -au FileType puppet nnoremap :call search('\s', 'b'):call search('\w')vE -"au FileType puppet nnoremap :call search('\s', 'b'):call search('\w'):call search('[^a-z:]\|$', 's')hv`' - " puppet au BufRead,BufNewFile *.j2 setfiletype django