aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2025-12-22 17:28:43 +0100
committerThomas Schmucker <ts@its1.de>2025-12-22 17:28:43 +0100
commit6f6457b7397247a34e25d4d9bfca434d8306283e (patch)
tree2b9d9ab2580d7fe5d6f2be31eb34c1899b7ffcd8 /nvim/ftplugin
parentd662ef8d258234b6602cae1b1d9060f71d29e9c1 (diff)
downloaddotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.tar.gz
dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.tar.bz2
dotfiles-6f6457b7397247a34e25d4d9bfca434d8306283e.zip
Backup: Alte Neovim-Konfiguration
Diffstat (limited to 'nvim/ftplugin')
-rw-r--r--nvim/ftplugin/c.vim9
-rw-r--r--nvim/ftplugin/html.vim15
-rw-r--r--nvim/ftplugin/markdown.vim3
-rw-r--r--nvim/ftplugin/typescript.vim11
-rw-r--r--nvim/ftplugin/vim.vim6
5 files changed, 0 insertions, 44 deletions
diff --git a/nvim/ftplugin/c.vim b/nvim/ftplugin/c.vim
deleted file mode 100644
index 3fc55eb..0000000
--- a/nvim/ftplugin/c.vim
+++ /dev/null
@@ -1,9 +0,0 @@
1setlocal cinoptions=:0,p0,t0
2setlocal cinwords=if,else,while,do,for,switch,case
3setlocal formatoptions=tcqr
4setlocal cindent
5setlocal indentexpr=nvim_treesitter#indent()
6
7setlocal foldenable
8setlocal foldmethod=expr
9setlocal foldexpr=nvim_treesitter#foldexpr()
diff --git a/nvim/ftplugin/html.vim b/nvim/ftplugin/html.vim
deleted file mode 100644
index fe513b6..0000000
--- a/nvim/ftplugin/html.vim
+++ /dev/null
@@ -1,15 +0,0 @@
1setlocal tabstop=2
2setlocal softtabstop=2
3setlocal shiftwidth=2
4setlocal smarttab
5setlocal expandtab
6setlocal autoindent
7
8setlocal foldenable
9setlocal foldmethod=expr
10setlocal foldexpr=nvim_treesitter#foldexpr()
11
12let g:html_indent_script1='inc'
13let g:html_indent_style1='inc'
14let g:html_indent_autotags='html'
15let g:html_indent_inctags='head,body'
diff --git a/nvim/ftplugin/markdown.vim b/nvim/ftplugin/markdown.vim
deleted file mode 100644
index e5f14dc..0000000
--- a/nvim/ftplugin/markdown.vim
+++ /dev/null
@@ -1,3 +0,0 @@
1setlocal wrap
2setlocal linebreak
3setlocal spell
diff --git a/nvim/ftplugin/typescript.vim b/nvim/ftplugin/typescript.vim
deleted file mode 100644
index 5f56854..0000000
--- a/nvim/ftplugin/typescript.vim
+++ /dev/null
@@ -1,11 +0,0 @@
1setlocal tabstop=2
2setlocal softtabstop=2
3setlocal shiftwidth=2
4setlocal smarttab
5setlocal expandtab
6setlocal autoindent
7
8setlocal foldenable
9setlocal foldmethod=expr
10setlocal foldexpr=nvim_treesitter#foldexpr()
11
diff --git a/nvim/ftplugin/vim.vim b/nvim/ftplugin/vim.vim
deleted file mode 100644
index 1054984..0000000
--- a/nvim/ftplugin/vim.vim
+++ /dev/null
@@ -1,6 +0,0 @@
1setlocal tabstop=2
2setlocal softtabstop=2
3setlocal shiftwidth=2
4setlocal smarttab
5setlocal expandtab
6setlocal autoindent