aboutsummaryrefslogtreecommitdiff
path: root/nvim_alt/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'nvim_alt/ftplugin')
-rw-r--r--nvim_alt/ftplugin/c.vim9
-rw-r--r--nvim_alt/ftplugin/html.vim15
-rw-r--r--nvim_alt/ftplugin/markdown.vim3
-rw-r--r--nvim_alt/ftplugin/typescript.vim11
-rw-r--r--nvim_alt/ftplugin/vim.vim6
5 files changed, 0 insertions, 44 deletions
diff --git a/nvim_alt/ftplugin/c.vim b/nvim_alt/ftplugin/c.vim
deleted file mode 100644
index 3fc55eb..0000000
--- a/nvim_alt/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_alt/ftplugin/html.vim b/nvim_alt/ftplugin/html.vim
deleted file mode 100644
index fe513b6..0000000
--- a/nvim_alt/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_alt/ftplugin/markdown.vim b/nvim_alt/ftplugin/markdown.vim
deleted file mode 100644
index e5f14dc..0000000
--- a/nvim_alt/ftplugin/markdown.vim
+++ /dev/null
@@ -1,3 +0,0 @@
1setlocal wrap
2setlocal linebreak
3setlocal spell
diff --git a/nvim_alt/ftplugin/typescript.vim b/nvim_alt/ftplugin/typescript.vim
deleted file mode 100644
index 5f56854..0000000
--- a/nvim_alt/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_alt/ftplugin/vim.vim b/nvim_alt/ftplugin/vim.vim
deleted file mode 100644
index 1054984..0000000
--- a/nvim_alt/ftplugin/vim.vim
+++ /dev/null
@@ -1,6 +0,0 @@
1setlocal tabstop=2
2setlocal softtabstop=2
3setlocal shiftwidth=2
4setlocal smarttab
5setlocal expandtab
6setlocal autoindent