diff options
author | Akshay <[email protected]> | 2020-08-01 05:55:38 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-01 05:55:38 +0100 |
commit | d4a4a67fcb1b7a8cf7f987c1e3012043fd84e076 (patch) | |
tree | 3e0753495fb2d17cfa63fc53a3b92e6497cb727c /nvim | |
parent | 7e82805e4a563f67e77f19bfb29a8c71bc26d54d (diff) |
add golang ftplugin
Diffstat (limited to 'nvim')
-rw-r--r-- | nvim/.config/nvim/ftplugin/go.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/.config/nvim/ftplugin/go.vim b/nvim/.config/nvim/ftplugin/go.vim new file mode 100644 index 0000000..6efd1fe --- /dev/null +++ b/nvim/.config/nvim/ftplugin/go.vim | |||
@@ -0,0 +1,4 @@ | |||
1 | setlocal noexpandtab | ||
2 | setlocal autoindent | ||
3 | setlocal smarttab | ||
4 | setlocal formatoptions=croql | ||