tabs -> spaces

This commit is contained in:
Michael Beasley 2024-11-18 14:45:45 -06:00
parent 41b8cafc94
commit 8b039cc83e
1 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,8 @@ vim.opt.timeoutlen = 300
vim.opt.splitright = true vim.opt.splitright = true
vim.opt.splitbelow = true vim.opt.splitbelow = true
vim.g.expandtab = true
-- Sets how neovim will display certain whitespace characters in the editor. -- Sets how neovim will display certain whitespace characters in the editor.
-- See `:help 'list'` -- See `:help 'list'`
-- and `:help 'listchars'` -- and `:help 'listchars'`
@ -717,7 +719,6 @@ require('lazy').setup({
'python-lsp-server', 'python-lsp-server',
'terraform-ls', 'terraform-ls',
'bash-language-server', 'bash-language-server',
'yaml-language-server',
'autopep8', 'autopep8',
'json-lsp', 'json-lsp',
'groovy-language-server', 'groovy-language-server',