AutoYADM commit: 2025-01-22 18:00:06

This commit is contained in:
Daniel Fichtinger 2025-01-22 18:00:06 -05:00
parent e57e7e9f94
commit 8e26f98c0f
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@
-- Add any additional options here -- Add any additional options here
local opt = vim.opt local opt = vim.opt
opt.scrolloff = 2 opt.scrolloff = 2
-- vim.api.nvim_set_hl(0, "OrgBulletsDash", { fg = "#FFFFFF" })
vim.g.maplocalleader = "," vim.g.maplocalleader = ","
vim.g.lazyvim_python_lsp = "basedpyright" vim.g.lazyvim_python_lsp = "basedpyright"

View file

@ -41,11 +41,12 @@ return {
end, end,
}, },
{ {
"akinsho/org-bullets.nvim", -- "akinsho/org-bullets.nvim",
dir = "~/dev/plugins/org-bullets.nvim",
enabled = true, enabled = true,
opts = { opts = {
symbols = { symbols = {
list = false, -- list = false,
}, },
}, },
}, },