mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 12:05:06 +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 */'
|