Compare commits

..

No commits in common. "7be3e952fc9fdd1e8299e66eabbde7ea0dc760bd" and "64637b19ea84ef0c5967707fe2e6fda114efe94f" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

@ -26,9 +26,6 @@ require("lazy").setup({
"gruvbox",
},
},
rocks = {
enabled = false,
},
ui = {
border = require("symbols.window").border,
backdrop = 100,

View File

@ -25,7 +25,7 @@
"mason-lspconfig.nvim": { "branch": "main", "commit": "e942edf5c85b6a2ab74059ea566cac5b3e1514a4" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "c5e07b8ff54187716334d585db34282e46fa2932" },
"mason.nvim": { "branch": "main", "commit": "e2f7f9044ec30067bc11800a9e266664b88cda22" },
"neo-tree.nvim": { "branch": "main", "commit": "f481de16a0eb59c985abac8985e3f2e2f75b4875" },
"neo-tree.nvim": { "branch": "v2.x", "commit": "5d172e8315444dbc32867d1c7b04d8e7e68ec4e1" },
"nui.nvim": { "branch": "main", "commit": "53e907ffe5eedebdca1cd503b00aa8692068ca46" },
"nvim-autopairs": { "branch": "master", "commit": "3d02855468f94bf435db41b661b58ec4f48a06b7" },
"nvim-bufdel": { "branch": "main", "commit": "523d58e94e7212fff3e05c247b962dc8f93bcfde" },

View File

@ -82,9 +82,7 @@ return {
},
window = {
popup = {
title = function(state)
return ""
end,
title = "",
},
position = "float",
mappings = {