mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-24 14:18:36 +02:00
Add tab 4:
This commit is contained in:
parent
ad36fcce5c
commit
28dd046f4a
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -1080,3 +1080,6 @@ vim.keymap.set('n', '<leader>m', function()
|
|||
print '⚠️ No executable found in build/.'
|
||||
end
|
||||
end, { desc = '[M]ake & Run' })
|
||||
|
||||
vim.bo.tabstop = 4
|
||||
vim.bo.shiftwidth = 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue