aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/share/nvim/site/after/ftplugin/go.vim
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-10 16:07:25 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-10-10 16:07:25 +0300
commit081c3de2af751db0d0074160456b68d1ffb0a733 (patch)
treefdb6c00806bdbf24bf8876185bd0038e3b016dbb /dotfiles/.local/share/nvim/site/after/ftplugin/go.vim
parent2df856029eac8c05de35ef4a9b92fff84f2feefd (diff)
downloadvimrice-081c3de2af751db0d0074160456b68d1ffb0a733.tar.gz
vimrice-081c3de2af751db0d0074160456b68d1ffb0a733.zip
Switch to more based indentation method
Also cleanup indentation in main configuration file, and consolidate several filetype specific settings in the main config file.
Diffstat (limited to 'dotfiles/.local/share/nvim/site/after/ftplugin/go.vim')
-rw-r--r--dotfiles/.local/share/nvim/site/after/ftplugin/go.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.local/share/nvim/site/after/ftplugin/go.vim b/dotfiles/.local/share/nvim/site/after/ftplugin/go.vim
new file mode 100644
index 0000000..deca82d
--- /dev/null
+++ b/dotfiles/.local/share/nvim/site/after/ftplugin/go.vim
@@ -0,0 +1 @@
+setlocal tw=80