aboutsummaryrefslogtreecommitdiff
path: root/nvim/plugin-emmet.vim
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-03-29 17:56:17 +0200
committerThomas Schmucker <ts@its1.de>2023-03-29 17:56:17 +0200
commit5a0b201c499acfefda46943e8e15ae2e0c231e54 (patch)
tree6db2ad0dc1d999fb0136095a3a0c63cea7fa4134 /nvim/plugin-emmet.vim
parent4a8b919c83ba74d8223fccd71c4c76d8418e7309 (diff)
downloaddotfiles-5a0b201c499acfefda46943e8e15ae2e0c231e54.tar.gz
dotfiles-5a0b201c499acfefda46943e8e15ae2e0c231e54.tar.bz2
dotfiles-5a0b201c499acfefda46943e8e15ae2e0c231e54.zip
Vereinfache die Konfiguration
Diffstat (limited to 'nvim/plugin-emmet.vim')
-rw-r--r--nvim/plugin-emmet.vim12
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/plugin-emmet.vim b/nvim/plugin-emmet.vim
deleted file mode 100644
index 8448b1e..0000000
--- a/nvim/plugin-emmet.vim
+++ /dev/null
@@ -1,12 +0,0 @@
1" https://github.com/mattn/emmet-vim
2
3" Nur für HTML und CSS Dateien aktivieren
4let g:user_emmet_install_global = 0
5autocmd FileType html,css EmmetInstall
6
7let g:user_emmet_leader_key='<C-y>'
8
9"let g:user_emmet_mode='n' "only enable normal mode functions.
10"let g:user_emmet_mode='inv' "enable all functions, which is equal to
11"let g:user_emmet_mode='a' "enable all function in all mode.
12