We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56120c commit 2a898f8Copy full SHA for 2a898f8
init.lua
@@ -121,6 +121,11 @@ end)
121
-- Enable break indent
122
vim.opt.breakindent = true
123
124
+-- Tab behaviour
125
+vim.opt.tabstop = 4
126
+vim.opt.shiftwidth = 4
127
+vim.opt.expandtab = true
128
+
129
-- Save undo history
130
vim.opt.undofile = true
131
lua/custom/plugins/init.lua
@@ -1,4 +1,4 @@
1
--- 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!
2
-- I promise not to create any merge conflicts in this directory :)
3
--
4
-- See the kickstart.nvim README for more information
0 commit comments