Added some shortcuts

This commit is contained in:
nouamanlamrahi 2025-04-29 22:23:09 +02:00
parent a56120c1a3
commit 2a898f8ae8
2 changed files with 6 additions and 1 deletions

View File

@ -121,6 +121,11 @@ end)
-- Enable break indent
vim.opt.breakindent = true
-- Tab behaviour
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
-- Save undo history
vim.opt.undofile = true

View File

@ -1,4 +1,4 @@
-- You can add your own plugins here or in other files in this directory!
-- ou can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information