nvim: don't show listchars in Neogit buffers

This commit is contained in:
tastytea 2022-08-15 01:40:14 +02:00
parent 7a49812118
commit 24ed54a9f2
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -42,6 +42,14 @@ vim.api.nvim_create_autocmd(
command = [[startinsert | 1]]
})
vim.api.nvim_create_autocmd(
{ 'FileType' },
{
group = 'config_coding',
pattern = { 'Neogit*' },
command = [[set nolist]]
})
packer.use 'https://github.com/gentoo/gentoo-syntax'
packer.use { -- NOTE: looks abandoned