Compare commits
2 Commits
f9a270ac3e
...
ddebef05e0
| Author | SHA1 | Date | |
|---|---|---|---|
| ddebef05e0 | |||
| 0c8da5e9dd |
+1
-16
@@ -518,7 +518,7 @@ local function makespec_hexokinase()
|
|||||||
return {
|
return {
|
||||||
-- coloring of colornames
|
-- coloring of colornames
|
||||||
"rrethy/vim-hexokinase",
|
"rrethy/vim-hexokinase",
|
||||||
build = "cd /home/hjalmarlucius/.local/share/nvim/lazy/vim-hexokinase && make hexokinase",
|
build = "cd /home/hjalmarlucius/.local/share/nvim/lazy/vim-hexokinase; make hexokinase",
|
||||||
config = function() vim.g.Hexokinase_highlighters = { "virtual" } end,
|
config = function() vim.g.Hexokinase_highlighters = { "virtual" } end,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
@@ -915,20 +915,6 @@ local function makespec_gitsigns()
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
local function makespec_orgmode()
|
|
||||||
return {
|
|
||||||
"nvim-orgmode/orgmode",
|
|
||||||
event = "VeryLazy",
|
|
||||||
config = function()
|
|
||||||
-- Setup orgmode
|
|
||||||
require("orgmode").setup({
|
|
||||||
org_agenda_files = "~/notes/orgfiles/**/*",
|
|
||||||
org_default_notes_file = "~/notes/orgfiles/refile.org",
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
}
|
|
||||||
end
|
|
||||||
|
|
||||||
local function makespec_whichkey()
|
local function makespec_whichkey()
|
||||||
return {
|
return {
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
@@ -1564,7 +1550,6 @@ for _, spec in ipairs({
|
|||||||
makespec_autotag(),
|
makespec_autotag(),
|
||||||
makespec_lint(),
|
makespec_lint(),
|
||||||
makespec_mason(),
|
makespec_mason(),
|
||||||
makespec_orgmode(),
|
|
||||||
-- navigation
|
-- navigation
|
||||||
makespec_whichkey(),
|
makespec_whichkey(),
|
||||||
makespec_smartsplits(),
|
makespec_smartsplits(),
|
||||||
|
|||||||
Reference in New Issue
Block a user