aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/share/nvim/site/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/share/nvim/site/after/ftplugin')
-rw-r--r--dotfiles/.local/share/nvim/site/after/ftplugin/go.vim1
-rw-r--r--dotfiles/.local/share/nvim/site/after/ftplugin/mail.vim3
-rw-r--r--dotfiles/.local/share/nvim/site/after/ftplugin/markdown.vim3
-rw-r--r--dotfiles/.local/share/nvim/site/after/ftplugin/rust.vim7
-rw-r--r--dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim3
-rw-r--r--dotfiles/.local/share/nvim/site/after/ftplugin/text.vim3
6 files changed, 0 insertions, 20 deletions
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/go.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/go.vim
deleted file mode 100644
index deca82d..0000000
--- a/dotfiles/.local/share/nvim/site/after/ftplugin/go.vim
+++ /dev/null
@@ -1 +0,0 @@
-setlocal tw=80
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/mail.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/mail.vim
deleted file mode 100644
index 2bc09e9..0000000
--- a/dotfiles/.local/share/nvim/site/after/ftplugin/mail.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-setlocal tw=72
-setlocal spell spelllang=en_us,es,ru
-let b:SuperTabContextDefaultCompletionType = "<c-p>"
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/markdown.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/markdown.vim
deleted file mode 100644
index d248326..0000000
--- a/dotfiles/.local/share/nvim/site/after/ftplugin/markdown.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-setlocal tw=80
-setlocal spell spelllang=en_us,es,ru
-let b:SuperTabContextDefaultCompletionType = "<c-p>"
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/rust.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/rust.vim
deleted file mode 100644
index 947bdca..0000000
--- a/dotfiles/.local/share/nvim/site/after/ftplugin/rust.vim
+++ /dev/null
@@ -1,7 +0,0 @@
-setlocal noexpandtab
-setlocal copyindent
-setlocal preserveindent
-setlocal softtabstop=0
-setlocal tabstop=4
-setlocal shiftwidth=4
-setlocal tw=80
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim
deleted file mode 100644
index d248326..0000000
--- a/dotfiles/.local/share/nvim/site/after/ftplugin/tex.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-setlocal tw=80
-setlocal spell spelllang=en_us,es,ru
-let b:SuperTabContextDefaultCompletionType = "<c-p>"
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/text.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/text.vim
deleted file mode 100644
index d248326..0000000
--- a/dotfiles/.local/share/nvim/site/after/ftplugin/text.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-setlocal tw=80
-setlocal spell spelllang=en_us,es,ru
-let b:SuperTabContextDefaultCompletionType = "<c-p>"