summaryrefslogtreecommitdiffstats
path: root/dotfiles/vim.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/vim.lua')
-rw-r--r--dotfiles/vim.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua
index ca346f8..84e4a7f 100644
--- a/dotfiles/vim.lua
+++ b/dotfiles/vim.lua
@@ -14,8 +14,7 @@ vim.o.smartcase = true
14 14
15vim.o.smartindent = true 15vim.o.smartindent = true
16 16
17vim.o.tabstop = 4 17-- tabstop and shiftwidth are set locally by individual filetypes
18vim.o.shiftwidth = 4
19 18
20vim.o.inccommand = "split" 19vim.o.inccommand = "split"
21 20