Fix macOS

This commit is contained in:
Dave Gallant
2022-11-06 20:44:18 -05:00
parent 7a0c5fbd80
commit c70a48052b
4 changed files with 7 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ vim.api.nvim_set_keymap("n", "<space>", "za", { silent = true, noremap = true })
-- packer {{{1 -------------------------------------------------------------------
-------------------------------------------------------------------------------
require("packer").startup(function()
-- use({ "nvim-treesitter/nvim-treesitter" })
use({ "nvim-treesitter/nvim-treesitter" })
end)
-------------------------------------------------------------------------------