Compare commits

..

2 Commits

Author SHA1 Message Date
7be3e952fc
Update neo-tree 2025-05-25 18:14:57 +02:00
bfb870d59c
Disable lua rocks to silence error 2025-05-25 18:14:04 +02:00
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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