1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-13 04:51:15 +02:00

nvim: swapped file explorer added indent-lines and fzf

This commit is contained in:
2023-07-30 05:34:17 +02:00
parent 7e82242013
commit e83f452fc3
7 changed files with 92 additions and 35 deletions

View File

@@ -16,13 +16,6 @@ vim.filetype.add({
}
})
-- delete trailing whitespaces on save
vim.api.nvim_create_autocmd({ 'BufWritePre' },
{
pattern = { '*' },
command = [[%s/\s\+$//e]],
})
-- settings for filetype: c
vim.api.nvim_create_autocmd({ 'VimLeave' },