nvim: no textwidth for playlists
This commit is contained in:
parent
5da9c3fe13
commit
2e08f94b01
|
@ -32,3 +32,9 @@ vim.api.nvim_create_autocmd({ 'FileType' }, {
|
||||||
pattern = { 'gentoo-package-*' },
|
pattern = { 'gentoo-package-*' },
|
||||||
command = [[set tabstop=2 shiftwidth=2]]
|
command = [[set tabstop=2 shiftwidth=2]]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.api.nvim_create_autocmd({ 'BufEnter' }, {
|
||||||
|
group = 'config_fileformats',
|
||||||
|
pattern = { '*.m3u8', '*.m3u' },
|
||||||
|
command = [[set textwidth=0]]
|
||||||
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user