need to commit
This commit is contained in:
7
config/after/ftplugin/go.lua
Normal file
7
config/after/ftplugin/go.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local o = vim.o
|
||||
local bo = vim.bo
|
||||
bo.expandtab = false
|
||||
bo.tabstop = 8
|
||||
bo.shiftwidth = 8
|
||||
bo.autoindent = true
|
||||
bo.copyindent = true
|
Reference in New Issue
Block a user