Replace links

This commit is contained in:
2024-02-19 16:07:53 +01:00
parent 5ade3e687f
commit 4dfa0bbe38
37 changed files with 5415 additions and 28 deletions

View File

@@ -1 +0,0 @@
/home/jaandrle/Vzdálené/GitHub/dotfiles/vim/.vim/compiler

5
.vim/compiler/jshint.vim Normal file
View File

@@ -0,0 +1,5 @@
" npm install -g jshint
CompilerSet makeprg=jshint
CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m
" vim: set sts=4 sw=4 expandtab ff=unix fdm=syntax :