mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Fix macOS
This commit is contained in:
@@ -379,7 +379,9 @@ in {
|
||||
nvim-cmp
|
||||
nvim-lspconfig
|
||||
nvim-tree-lua
|
||||
/*
|
||||
nvim-treesitter
|
||||
*/
|
||||
nvim-ts-rainbow
|
||||
nvim-web-devicons
|
||||
packer-nvim
|
||||
|
@@ -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)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user