Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfi committed Mar 15, 2023
1 parent dbc43cd commit ccc4fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vim/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ return packer.startup(function(use)
use("LunarVim/onedarker")
use("cocopon/iceberg.vim")
use("jacoborus/tender.vim")
use("sainnhe/sonokai")
use("sainnhe/edge")
use("ajmwagar/vim-deus")
use("fenetikm/falcon")
use({ "bluz71/vim-moonfly-colors", branch = "cterm-compat" })
Expand Down
1 change: 1 addition & 0 deletions vim/nvim/lua/user/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ keymap("n", "<leader>zi", ":ZkIndex<CR>", opts)
keymap("n", "<leader>zl", ":ZkLinks<CR>", opts)
keymap("n", "<leader>zc", ":ZkCd<CR>", opts)
keymap("n", "<leader>zq", ":lua ToggleTodo()<CR>", opts)
keymap("n", "<leader>zs", ":!make -C ~/notes update<CR>", opts)

0 comments on commit ccc4fe0

Please sign in to comment.