luaaaaaa
This commit is contained in:
@@ -5,7 +5,7 @@ vim.api.nvim_create_augroup('jbohanon', {clear=true})
|
||||
-- command = '%s/\\s\\+$//e',
|
||||
-- })
|
||||
vim.api.nvim_create_autocmd('FileType', {
|
||||
pattern = {'yaml','cpp'},
|
||||
pattern = {'yaml','cpp', 'tsx'},
|
||||
group = 'jbohanon',
|
||||
command = 'setlocal tabstop=2 softtabstop=2 sw=2 expandtab indentkeys-=0# indentkeys-=<:>',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user