nvim: don't show listchars in Neogit buffers
This commit is contained in:
parent
7a49812118
commit
24ed54a9f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user