mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Minor Fix
This commit is contained in:
parent
797ddef79b
commit
1716712787
6 changed files with 46 additions and 8 deletions
|
|
@ -52,7 +52,7 @@ return {
|
|||
},
|
||||
},
|
||||
completion = {
|
||||
nvim_cmp = true,
|
||||
nvim_cmp = false,
|
||||
min_chars = 2,
|
||||
},
|
||||
ui = {
|
||||
|
|
|
|||
|
|
@ -1,18 +1,22 @@
|
|||
return {
|
||||
{
|
||||
"nvim-orgmode/orgmode",
|
||||
-- "js0ny/nvim-orgmode",
|
||||
name = "orgmode",
|
||||
dependencies = {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"nvim-orgmode/telescope-orgmode.nvim",
|
||||
"nvim-orgmode/org-bullets.nvim",
|
||||
"Saghen/blink.cmp",
|
||||
},
|
||||
branch = "feat-image-match-latex",
|
||||
cmd = {
|
||||
"Org",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>A", "<cmd>Org agenda<CR>", desc = "Org Agenda" },
|
||||
},
|
||||
dir = "~/Source/Forks/nvim-orgmode",
|
||||
dev = true,
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("orgmode").setup({
|
||||
|
|
|
|||
23
tools/nvim/lua/plugins/mod/snacks-nvim.lua
Normal file
23
tools/nvim/lua/plugins/mod/snacks-nvim.lua
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
-- Welcome to nvim's systemd :D
|
||||
|
||||
return {
|
||||
"folke/snacks.nvim",
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
---@type snacks.Config
|
||||
opts = {
|
||||
-- bigfile = { enabled = true },
|
||||
-- dashboard = { enabled = true },
|
||||
-- explorer = { enabled = true },
|
||||
-- indent = { enabled = true },
|
||||
-- input = { enabled = true },
|
||||
-- picker = { enabled = true },
|
||||
-- notifier = { enabled = true },
|
||||
-- quickfile = { enabled = true },
|
||||
-- scope = { enabled = true },
|
||||
-- scroll = { enabled = true },
|
||||
-- statuscolumn = { enabled = true },
|
||||
-- words = { enabled = true },
|
||||
image = { enabled = true },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue