adjusted netrw; fixed ctrl+l in netrw

This commit is contained in:
2024-01-06 07:05:54 +01:00
parent fc104536c1
commit 3961a8710e
9 changed files with 97 additions and 51 deletions

View File

@@ -1,7 +1,3 @@
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-=<:>'
})
require('409.autocmd')