This website works better with JavaScript
Home
Explore
Help
Sign In
dora
/
nvim_config_lua
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
11b37a0484
Branches
Tags
master
nvim_config_...
/
after
/
ftplugin
/
cpp.lua
cpp.lua
89 B
History
Raw
1
2
3
4
vim.bo.tabstop = 2
vim.bo.shiftwidth = 2
vim.bo.expandtab = true
vim.bo.softtabstop = 2