Now with ale and floating neotree.
This commit is contained in:
@@ -12,8 +12,3 @@ vim.api.nvim_create_autocmd({ "ExitPre" }, {
|
||||
pattern = "*",
|
||||
callback = on_exit,
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufWritePre" }, {
|
||||
pattern = "*",
|
||||
command = "%s/ / /ge",
|
||||
})
|
||||
|
Reference in New Issue
Block a user