mirror of https://github.com/nirenjan/vimfiles.git
Compare commits
3 Commits
488bc840a8
...
169ab2f602
Author | SHA1 | Date |
---|---|---|
|
169ab2f602 | |
|
3bc576e71a | |
|
7a2b1b89aa |
|
@ -45,3 +45,6 @@
|
||||||
[submodule "bundle/vim-bitbake"]
|
[submodule "bundle/vim-bitbake"]
|
||||||
path = bundle/vim-bitbake
|
path = bundle/vim-bitbake
|
||||||
url = https://github.com/kergoth/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
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue