This website requires JavaScript.
Explore
Help
Sign In
iang
/
neovim-config
Watch
1
Star
0
Fork
You've already forked neovim-config
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
neovim-config
/
after
/
ftplugin
/
python.lua
4 lines
87 B
Lua
Raw
Permalink
Blame
History
local
ct
=
require
(
'
conftool
'
)
ct.set
(
{
'
tabstop
'
,
4
}
,
{
'
shiftwidth
'
,
4
}
,
'
expandtab
'
)
Reference in New Issue
View Git Blame
Copy Permalink