update to nvim 0.9
This commit is contained in:
+15
-15
@@ -11,21 +11,21 @@ require("toggleterm").setup {
|
||||
shell = vim.o.shell,
|
||||
}
|
||||
|
||||
require("autosave").setup {
|
||||
enabled = true,
|
||||
execution_message = "AutoSave: saved at " .. vim.fn.strftime("%H:%M:%S"),
|
||||
events = { "BufLeave", "FocusLost" },
|
||||
conditions = {
|
||||
exists = true,
|
||||
filename_is_not = {},
|
||||
filetype_is_not = {},
|
||||
modifiable = true
|
||||
},
|
||||
write_all_buffers = true,
|
||||
on_off_commands = true,
|
||||
clean_command_line_interval = 0,
|
||||
debounce_delay = 135
|
||||
}
|
||||
-- require("autosave").setup {
|
||||
-- enabled = true,
|
||||
-- execution_message = "AutoSave: saved at " .. vim.fn.strftime("%H:%M:%S"),
|
||||
-- events = { "BufLeave", "FocusLost" },
|
||||
-- conditions = {
|
||||
-- exists = true,
|
||||
-- filename_is_not = {},
|
||||
-- filetype_is_not = {},
|
||||
-- modifiable = true
|
||||
-- },
|
||||
-- write_all_buffers = true,
|
||||
-- on_off_commands = true,
|
||||
-- clean_command_line_interval = 0,
|
||||
-- debounce_delay = 135
|
||||
-- }
|
||||
|
||||
require('gitsigns').setup {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user