improvements (cba)
This commit is contained in:
@@ -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-=<:>'
|
||||
})
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user