improvements (cba)

This commit is contained in:
2024-01-02 06:43:27 +01:00
parent bf6f497268
commit fc104536c1
6 changed files with 50 additions and 22 deletions

View File

@@ -1,2 +1,7 @@
require('409.remap')
require('409.set')
vim.api.nvim_create_autocmd({ 'FileType' }, {
pattern = { '*.yaml' },
command = 'setlocal ts=2 sts=2 sw=2 expandtab indentkeys-=0# indentkeys-=<:>'
})

View File

@@ -9,6 +9,8 @@ vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.autoindent = true
vim.opt.linebreak = true
vim.opt.wrap = false