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": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1667585378, "lastModified": 1667768008,
"narHash": "sha256-cvOwucrjBaAkaGk3FunG+MQiwiSBeIVTtO5n/YavpC0=", "narHash": "sha256-PGbX0s2hhXGnZDFVE6UIhPSOf5YegpWs5dUXpT/14F0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "6b35a59c19ddbbeb229fcd1d3dcd422dcc0fa927", "rev": "f6483e0def85efb9c1e884efbaff45a5e7aabb34",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

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

View File

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

View File

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