mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-02 23:39:26 +00:00
[neovim] Reorganize lua packages
This commit is contained in:
12
.config/nvim/lua/plugins/autosave.lua
Normal file
12
.config/nvim/lua/plugins/autosave.lua
Normal file
@ -0,0 +1,12 @@
|
||||
local status_ok, autosave = pcall(require, "auto-save")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
autosave.setup({
|
||||
execution_message = {
|
||||
message = function()
|
||||
return ""
|
||||
end,
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user