Compare commits

...

3 Commits

Author SHA1 Message Date
nirenjan 169ab2f602 Add Golang editor settings 2021-10-08 09:42:13 -07:00
nirenjan 3bc576e71a Update Vim plugins
* vim-airline v0.9 -> v0.11
* vim-fugitive v2.5 -> v3.4
* vim-repeat v1.1-22-g7a6675f -> v1.2
* vimwiki v2.4.1 -> v2.5
2021-10-08 09:40:28 -07:00
nirenjan 7a2b1b89aa Add editorconfig-vim plugin 2021-10-08 09:32:29 -07:00
7 changed files with 18 additions and 4 deletions

3
.gitmodules vendored
View File

@ -45,3 +45,6 @@
[submodule "bundle/vim-bitbake"]
path = bundle/vim-bitbake
url = https://github.com/kergoth/vim-bitbake
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim

@ -0,0 +1 @@
Subproject commit 0a3c1d8082e38a5ebadcba7bb3a608d88a9ff044

@ -1 +1 @@
Subproject commit e02176aca15905e80dbb38de2a53416cf6460cfe
Subproject commit ad716f1df4f89589c0b13b9a39e68a10adba5e13

@ -1 +1 @@
Subproject commit 2564c37d0a2ade327d6381fef42d84d9fad1d057
Subproject commit 2a53d7924877b38b3d82fba188fd9053bfbc646e

@ -1 +1 @@
Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415
Subproject commit 8106e142dfdc278ff3eaaadd7b362ad7949d4357

@ -1 +1 @@
Subproject commit 79d6a1a4e2f620214f246e9ae0fdf4e129b91bea
Subproject commit 619f04f89861c58e5a6415a4f83847752928252d

10
ftplugin/go.vim 100644
View File

@ -0,0 +1,10 @@
" File: go.vim
" Author: Nirenjan Krishnan
" Description: Golang editing settings
" Last Modified: April 20, 2020
setlocal tabstop=4
setlocal softtabstop=4
setlocal shiftwidth=4
setlocal noexpandtab