diff --git a/dot_config/nvim/lua/plugins/editor.lua b/dot_config/nvim/lua/plugins/editor.lua index 7be8dd8..e9c31b4 100644 --- a/dot_config/nvim/lua/plugins/editor.lua +++ b/dot_config/nvim/lua/plugins/editor.lua @@ -61,6 +61,12 @@ return { } end, }, + { + "nvim-telescope/telescope-bibtex.nvim", + config = function() + require "telescope".load_extension("bibtex") + end, + }, { 'numToStr/Comment.nvim', opts = { diff --git a/dot_config/nvim/lua/plugins/notes.lua.tmpl b/dot_config/nvim/lua/plugins/notes.lua.tmpl index 580a522..b59be7c 100644 --- a/dot_config/nvim/lua/plugins/notes.lua.tmpl +++ b/dot_config/nvim/lua/plugins/notes.lua.tmpl @@ -8,7 +8,7 @@ return { }, opts = { take_over_my_home = true, - auto_set_filetype = true, + auto_set_filetype = false, home = "{{ .home }}/doc/zettelkasten", dailies = "{{ .home }}/doc/zettelkasten/daily", weeklies = "{{ .home }}/doc/zettelkasten/weekly", @@ -78,38 +78,4 @@ return { vim.api.nvim_set_hl(0, "tkBrackets", { fg = "gray", bg = "gray" }) end, }, - { - "nvim-neorg/neorg", - build = ":Neorg sync-parsers", - dependencies = { { "nvim-lua/plenary.nvim" }, { "nvim-neorg/neorg-telescope" } }, - opts = { - load = { - ["core.defaults"] = {}, - ["core.concealer"] = {}, - ["core.completion"] = { - config = { - engine = "nvim-cmp", - name = "[Norg]", - }, - }, - ["core.integrations.nvim-cmp"] = {}, - ["core.integrations.telescope"] = {}, - ["core.esupports.metagen"] = { - config = { - type = "auto", - }, - }, - ["core.dirman"] = { -- Manages Neorg workspaces - config = { - workspaces = { - notes = "~/doc/notes/private", - work = "~/doc/notes/work", - }, - default_workspace = "work", - index = "index.norg", - }, - }, - }, - }, - }, } diff --git a/dot_config/nvim/lua/plugins/ui.lua.tmpl b/dot_config/nvim/lua/plugins/ui.lua.tmpl index 6d17f1f..18bb033 100644 --- a/dot_config/nvim/lua/plugins/ui.lua.tmpl +++ b/dot_config/nvim/lua/plugins/ui.lua.tmpl @@ -420,14 +420,17 @@ return { "nvimdev/dashboard-nvim", event = "VimEnter", opts = function() + vim.api.nvim_set_hl(0, "DashboardHeader", { fg = "#79b8ff" }) + vim.api.nvim_set_hl(0, "DashboardIcon", { fg = "#39c5cf" }) + vim.api.nvim_set_hl(0, "DashboardKey", { fg = "#39c5cf" }) + vim.api.nvim_set_hl(0, "DashboardFooter", { fg = "#959da5" }) local logo = [[ - _ _ _ _ + _ _ _ _ | | (_) | | | | _ __ ___ ___ ___| |__ _ _ _ ___| |__ __ _ _ __ __| | | '_ ` _ \ / _ \ / _ \ '_ \| | | | / __| '_ \ / _` | '_ \ / _` | | | | | | | (_) | __/ |_) | | |_| \__ \ |_) | (_| | | | | (_| | -|_| |_| |_|\___/ \___|_.__/|_|\__,_|___/_.__/ \__,_|_| |_|\__,_| - ]] +|_| |_| |_|\___/ \___|_.__/|_|\__,_|___/_.__/ \__,_|_| |_|\__,_| ]] logo = string.rep("\n", 8) .. logo .. "\n\n" @@ -468,8 +471,8 @@ return { key = "c", }, { - action = "Neorg workspace notes", - desc = " Neorg notes", + action = "Telekasten find_notes", + desc = " Find notes", icon = " ", key = "n", }, diff --git a/executable_dot_xsession.tmpl b/executable_dot_xsession.tmpl index 29f327c..c49b225 100644 --- a/executable_dot_xsession.tmpl +++ b/executable_dot_xsession.tmpl @@ -34,5 +34,5 @@ xidle -timeout 300 -program "/usr/local/bin/slock" & {{- end }} xrdb -merge $HOME/.Xresources -xsetroot -solid "#282828" +/home/jan/.fehbg& exec openbox-session