Revert "Automatically close brackets, parentheses and"

This reverts commit 799ca92f40.
This commit is contained in:
Oliver Davies 2024-01-07 21:56:59 +00:00
parent 61dbb0b895
commit d5b2d76dfb
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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, {})