mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-30 22:59:48 +02:00
6 lines
120 B
Lua
6 lines
120 B
Lua
local set = vim.opt_local
|
|
|
|
set.shiftwidth = 4
|
|
set.tabstop = 4
|
|
vim.g.sleuth_automatic = 0
|
|
set.commentstring = '/* %s */'
|