Cleanup neovim config

This commit is contained in:
Dave Gallant
2022-10-30 13:36:00 -04:00
parent 9855d9e288
commit 8d255b6b99
3 changed files with 5 additions and 9 deletions

View File

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