This commit is contained in:
foozzi 2024-02-22 12:29:23 -05:00
parent a6d4b3136a
commit 6d5a3deaf3
7 changed files with 37 additions and 105 deletions

View file

@ -37,9 +37,9 @@ mapkey("<C-Right>", "vertical resize -2", "n")
mapkey("<leader>pa", "echo expand('%:p')", "n") -- Show Full File Path
-- Notes
mapkey("<leader>ng", "Neorg workspace general", "n")
mapkey("<leader>nw", "Neorg workspace work", "n")
mapkey("<leader>ny", "Neorg workspace youtube", "n")
-- mapkey("<leader>ng", "Neorg workspace general", "n")
-- mapkey("<leader>nw", "Neorg workspace work", "n")
-- mapkey("<leader>ny", "Neorg workspace youtube", "n")
-- Indenting
vim.keymap.set("v", "<", "<gv", { silent = true, noremap = true })

View file

@ -18,7 +18,7 @@ local opts = {
lazy = true,
},
install = {
colorscheme = { "nightfox" },
-- colorscheme = { "nightfox" },
},
rtp = {
disabled_plugins = {