AutoYADM commit: 2025-01-22 18:00:06
This commit is contained in:
parent
e57e7e9f94
commit
8e26f98c0f
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
-- Add any additional options here
|
||||
local opt = vim.opt
|
||||
opt.scrolloff = 2
|
||||
-- vim.api.nvim_set_hl(0, "OrgBulletsDash", { fg = "#FFFFFF" })
|
||||
|
||||
vim.g.maplocalleader = ","
|
||||
vim.g.lazyvim_python_lsp = "basedpyright"
|
||||
|
|
|
@ -41,11 +41,12 @@ return {
|
|||
end,
|
||||
},
|
||||
{
|
||||
"akinsho/org-bullets.nvim",
|
||||
-- "akinsho/org-bullets.nvim",
|
||||
dir = "~/dev/plugins/org-bullets.nvim",
|
||||
enabled = true,
|
||||
opts = {
|
||||
symbols = {
|
||||
list = false,
|
||||
-- list = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue