Update config
This commit is contained in:
parent
de76eeffc4
commit
9678e43efe
9 changed files with 128 additions and 11 deletions
2
lua/custom/commands/files.lua
Normal file
2
lua/custom/commands/files.lua
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Update file on focus if it was changed
|
||||
vim.api.nvim_create_autocmd({ 'FocusGained', 'BufEnter' }, { command = 'checktime' })
|
||||
Loading…
Add table
Add a link
Reference in a new issue