Revert "Automatically close brackets, parentheses and"
This reverts commit 799ca92f40
.
This commit is contained in:
parent
61dbb0b895
commit
d5b2d76dfb
|
@ -32,7 +32,6 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
|
|||
### Added
|
||||
|
||||
* Add `prettier` as a formatter within Neovim.
|
||||
* Automatically close brackets, parentheses and quotes.
|
||||
|
||||
## 17th December 2023
|
||||
|
||||
|
|
|
@ -8,3 +8,7 @@ require "opdavies.lsp"
|
|||
|
||||
require "opdavies.telescope.setup"
|
||||
require "opdavies.telescope.mappings"
|
||||
|
||||
vim.api.nvim_create_user_command("GoToFile", function()
|
||||
require("opdavies.telescope").git_files()
|
||||
end, {})
|
||||
|
|
Loading…
Reference in a new issue