Fixed neo tree hidden files and added follow file
This commit is contained in:
@@ -68,6 +68,6 @@ vim.opt.confirm = true
|
||||
-- set LF instead of CRLF
|
||||
vim.opt.fileformats = { 'unix', 'dos' }
|
||||
vim.api.nvim_create_autocmd({ 'BufRead', 'BufNewFile' }, {
|
||||
pattern = '*.sh',
|
||||
pattern = { '*.sh', '*.xml' },
|
||||
command = 'setlocal ff=unix',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user