Skip to content

Commit

Permalink
Callback on live reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajaymamtora committed Aug 24, 2024
1 parent fc02e73 commit 960f952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/neoconf/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ local M = {}

---@class Config
M.defaults = {
-- on_write callback
on_write = function() end,
-- Callback for when a setting is changes in local or global settings
-- on_write = function(event) end,
-- name of the local settings files
local_settings = ".neoconf.json",
-- name of the global settings file in your Neovim config directory
Expand Down

0 comments on commit 960f952

Please sign in to comment.