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

6
flake.lock generated
View File

@@ -62,11 +62,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1667585378,
"narHash": "sha256-cvOwucrjBaAkaGk3FunG+MQiwiSBeIVTtO5n/YavpC0=",
"lastModified": 1667768008,
"narHash": "sha256-PGbX0s2hhXGnZDFVE6UIhPSOf5YegpWs5dUXpT/14F0=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "6b35a59c19ddbbeb229fcd1d3dcd422dcc0fa927",
"rev": "f6483e0def85efb9c1e884efbaff45a5e7aabb34",
"type": "github"
},
"original": {

View File

@@ -379,7 +379,9 @@ in {
nvim-cmp
nvim-lspconfig
nvim-tree-lua
/*
nvim-treesitter
*/
nvim-ts-rainbow
nvim-web-devicons
packer-nvim

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

View File

@@ -28,6 +28,7 @@ in {
"netdata"
"node"
"universal-ctags"
"podman"
];
casks = [