From 2c5665edeb0c5546e5e60d6ccb85731fe06bc83b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 2 May 2024 19:43:34 +0200 Subject: replace editor-specific indentation settings with editorconfig --- user/nvim/init.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'user/nvim') diff --git a/user/nvim/init.lua b/user/nvim/init.lua index faf6ca5b..f7bb020a 100644 --- a/user/nvim/init.lua +++ b/user/nvim/init.lua @@ -1,9 +1,6 @@ vim.opt.autoindent = true vim.opt.background = "light" -vim.opt.shiftwidth = 2 -vim.opt.tabstop = 2 -vim.opt.expandtab = false vim.opt.number = true vim.g.mapleader = "," -- cgit 1.4.1