Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Nov 28, 2024
1 parent cb2b0ae commit eb8cfc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Plug 'justinmk/vim-dirvish'
Plug 'brianhuster/dirvish-do.nvim'
```

> Note : If you use
# Configuration

You can configure the keymaps to your liking. Below is default configuration:
Expand Down
2 changes: 2 additions & 0 deletions lua/dirvish-do/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,6 @@ function M.didDeleteFiles(path)
send_file("workspace/didDeleteFiles", path)
end

M.willRenameFiles('lua/dirvish-do/lsp.lua', 'lua/dirvish-do/lsp-itg.lua')

return M

0 comments on commit eb8cfc0

Please sign in to comment.