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