diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-03 01:54:05 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-03 01:54:05 +0300 |
commit | daf9816886112d9667fc0bc3696387e4eede5315 (patch) | |
tree | 5448268cfb1068f92fb59832b9f0b491599083da /dotfiles/.local/share | |
parent | 2b077497d84747c91ac96318bbb17ac9efe3ba6d (diff) | |
download | vimrice-daf9816886112d9667fc0bc3696387e4eede5315.tar.gz vimrice-daf9816886112d9667fc0bc3696387e4eede5315.zip |
Move filetype-specific preferences to main config
Diffstat (limited to 'dotfiles/.local/share')
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>" |