all repos

init.lua @ cfc0e21

my nvim config
2 files changed, 2 insertions(+), 2 deletions(-)
reformat code
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-08-11 18:03:28 +0300
Parent: 7e898a8
M lua/plugins/common.lua

@@ -40,7 +40,7 @@ },

{ "folke/persistence.nvim", event = "BufReadPre", - config = {}; + config = {}, keys = { { "<leader>pp", map("persistence", "load") }, },
M lua/plugins/hover.lua

@@ -10,7 +10,7 @@ init = function()

require "hover.providers.lsp" require "hover.providers.gh" require "hover.providers.gh_user" - -- require('hover.providers.jira') + -- require "hover.providers.jira" require "hover.providers.man" require "hover.providers.dictionary" end,