Nvim: update config for lsp and add few minor plugins

This commit is contained in:
Robert Kmiec
2025-12-05 10:46:37 +00:00
parent 2aa4027f9d
commit 1437d1826e
11 changed files with 74 additions and 30 deletions

View File

@@ -7,5 +7,6 @@ return {
-- dev = true,
config = function()
require('bitbucket-nvim').setup({ opt = "test"})
end
end,
enabled = false
}