fixed stuff
This commit is contained in:
parent
2fcafc9f35
commit
c76362b913
18
init.lua
18
init.lua
@ -207,7 +207,6 @@ local config = {
|
||||
after = "telescope.nvim",
|
||||
config = function() require("telescope").load_extension "file_browser" end,
|
||||
},
|
||||
|
||||
{
|
||||
"ahmedkhalf/project.nvim",
|
||||
after = "telescope.nvim",
|
||||
@ -257,13 +256,17 @@ local config = {
|
||||
},
|
||||
{
|
||||
"pwntester/octo.nvim",
|
||||
requires = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
"kyazdani42/nvim-web-devicons",
|
||||
},
|
||||
after = "telescope.nvim",
|
||||
config = function() require("octo").setup() end,
|
||||
},
|
||||
{
|
||||
"~/git/git.front.kjuulh.io/kjuulh/github-presense",
|
||||
config = function() require("github_presence").setup {} end,
|
||||
},
|
||||
{
|
||||
"~/git/git.front.kjuulh.io/kjuulh/ranger.nvim",
|
||||
config = function() require("ranger").setup {} end,
|
||||
},
|
||||
-- You can disable default plugins as follows:
|
||||
-- ["goolord/alpha-nvim"] = { disable = true },
|
||||
|
||||
@ -313,7 +316,7 @@ local config = {
|
||||
},
|
||||
-- use mason-null-ls to configure Formatters/Linter installation for null-ls sources
|
||||
["mason-null-ls"] = { -- overrides `require("mason-null-ls").setup(...)`
|
||||
-- ensure_installed = { "prettier", "stylua" },
|
||||
ensure_installed = { "prettier", "stylua" },
|
||||
},
|
||||
},
|
||||
|
||||
@ -354,6 +357,7 @@ local config = {
|
||||
-- group name in which-key top level menu
|
||||
["b"] = { name = "Buffer" },
|
||||
["P"] = { "<cmd>Telescope projects<cr>", "projects" },
|
||||
["."] = { "<cmd>Ranger<cr>", "ranger" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user