mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-19 09:08:35 +02:00
6 lines
93 B
Lua
6 lines
93 B
Lua
|
local set = vim.opt_local
|
||
|
|
||
|
set.shiftwidth = 4
|
||
|
set.tabstop = 4
|
||
|
set.commentstring = '/* %s */'
|