From 8b039cc83e8997f119c635f342ac30cde9a496a7 Mon Sep 17 00:00:00 2001 From: Michael Beasley Date: Mon, 18 Nov 2024 14:45:45 -0600 Subject: [PATCH] tabs -> spaces --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2344565f..0488da7d 100644 --- a/init.lua +++ b/init.lua @@ -59,6 +59,8 @@ vim.opt.timeoutlen = 300 vim.opt.splitright = true vim.opt.splitbelow = true +vim.g.expandtab = true + -- Sets how neovim will display certain whitespace characters in the editor. -- See `:help 'list'` -- and `:help 'listchars'` @@ -717,7 +719,6 @@ require('lazy').setup({ 'python-lsp-server', 'terraform-ls', 'bash-language-server', - 'yaml-language-server', 'autopep8', 'json-lsp', 'groovy-language-server',