This website requires JavaScript.
Explore
Help
Sign In
mirror
/
kickstart.nvim
mirror of
https://github.com/nvim-lua/kickstart.nvim.git
Watch
1
Star
0
Fork
You've already forked kickstart.nvim
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
464fc8ac81
kickstart.nvim
/
lua
/
custom
/
options.lua
7 lines
99 B
Lua
Raw
Blame
History
local
opt
=
vim.opt
opt.tabstop
=
2
opt.shiftwidth
=
2
opt.expandtab
=
true
opt.autoindent
=
true
Reference in New Issue
View Git Blame
Copy Permalink