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:
@@ -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' },
|
||||
|
Reference in New Issue
Block a user