Skip to content

Commit 2a898f8

Browse files
committed
Added some shortcuts
1 parent a56120c commit 2a898f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ end)
121121
-- Enable break indent
122122
vim.opt.breakindent = true
123123

124+
-- Tab behaviour
125+
vim.opt.tabstop = 4
126+
vim.opt.shiftwidth = 4
127+
vim.opt.expandtab = true
128+
124129
-- Save undo history
125130
vim.opt.undofile = true
126131

lua/custom/plugins/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- You can add your own plugins here or in other files in this directory!
1+
-- ou can add your own plugins here or in other files in this directory!
22
-- I promise not to create any merge conflicts in this directory :)
33
--
44
-- See the kickstart.nvim README for more information

0 commit comments

Comments
 (0)