summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@gmail.com>2020-11-26 14:33:50 +0100
committerBenjamin Franzke <benjaminfranzke@gmail.com>2021-07-09 09:20:13 +0200
commit3f8fbcb929f4806557d6e34876e83f27665a4e67 (patch)
tree0388ef3d3e183df1085404d5e36d9ea2a434058f
parenta8240d8f20d2467cff4c7dedfc499b435dfcb02a (diff)
downloaddotfiles-3f8fbcb929f4806557d6e34876e83f27665a4e67.tar.gz
dotfiles-3f8fbcb929f4806557d6e34876e83f27665a4e67.tar.bz2
dotfiles-3f8fbcb929f4806557d6e34876e83f27665a4e67.zip
Update vim config
m---------.config/vim/bundle/dart-vim-plugin0
m---------.config/vim/bundle/vim-css-color0
m---------.config/vim/bundle/vim-html-template-literals0
m---------.config/vim/bundle/vim-javascript0
m---------.config/vim/bundle/vim-less0
-rw-r--r--.config/vim/vimrc2
-rw-r--r--.gitmodules15
7 files changed, 11 insertions, 6 deletions
diff --git a/.config/vim/bundle/dart-vim-plugin b/.config/vim/bundle/dart-vim-plugin
new file mode 160000
+Subproject 8ffc3e208c282f19afa237d343fa1533146bd2b
diff --git a/.config/vim/bundle/vim-css-color b/.config/vim/bundle/vim-css-color
deleted file mode 160000
-Subproject 417eaf8a20a6208e34ff167f5636b20f8f812ed
diff --git a/.config/vim/bundle/vim-html-template-literals b/.config/vim/bundle/vim-html-template-literals
new file mode 160000
+Subproject 602dba70bdcfc2e280e0c0503e74a8a92519db4
diff --git a/.config/vim/bundle/vim-javascript b/.config/vim/bundle/vim-javascript
new file mode 160000
+Subproject 3c90d0cc37bb8b78422f647e62587f498a5dd7b
diff --git a/.config/vim/bundle/vim-less b/.config/vim/bundle/vim-less
deleted file mode 160000
-Subproject 5d965c221b90fb168bf9f447a332c9ff6f62e66
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
index f569281..c199d8a 100644
--- a/.config/vim/vimrc
+++ b/.config/vim/vimrc
@@ -145,6 +145,8 @@ autocmd BufNewFile,BufRead *.json set sw=2 ts=2 sts=2 et
" settings for vue files
autocmd BufNewFile,BufRead *.vue set ft=html sw=4 ts=4 sts=4 et
+autocmd BufNewFile,BufRead *.js set cinoptions=:0
+
" vimmanpager stuff
" disable line numbers when using vim as manpager
autocmd FileType man set nonumber nohlsearch nohlsearch
diff --git a/.gitmodules b/.gitmodules
index 8100070..d139f2f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,12 +7,6 @@
[submodule ".config/vim/bundle/vim-colorschemes"]
path = .config/vim/bundle/vim-colorschemes
url = https://github.com/flazz/vim-colorschemes.git
-[submodule ".config/vim/bundle/vim-css-color"]
- path = .config/vim/bundle/vim-css-color
- url = https://github.com/skammer/vim-css-color
-[submodule ".config/vim/bundle/vim-less"]
- path = .config/vim/bundle/vim-less
- url = https://github.com/groenewege/vim-less.git
[submodule ".config/vim/bundle/vim-css3-syntax"]
path = .config/vim/bundle/vim-css3-syntax
url = https://github.com/hail2u/vim-css3-syntax
@@ -34,3 +28,12 @@
[submodule ".config/vim/bundle/vim-php-namespace"]
path = .config/vim/bundle/vim-php-namespace
url = https://github.com/arnaud-lb/vim-php-namespace
+[submodule ".config/vim/bundle/dart-vim-plugin"]
+ path = .config/vim/bundle/dart-vim-plugin
+ url = https://github.com/dart-lang/dart-vim-plugin
+[submodule ".config/vim/bundle/vim-html-template-literals"]
+ path = .config/vim/bundle/vim-html-template-literals
+ url = https://github.com/jonsmithers/vim-html-template-literals.git
+[submodule ".config/vim/bundle/vim-javascript"]
+ path = .config/vim/bundle/vim-javascript
+ url = https://github.com/pangloss/vim-javascript.git