changed themes

This commit is contained in:
2025-04-14 13:17:42 +08:00
parent 728a7d8fce
commit 6620f83802
7 changed files with 44 additions and 39 deletions

View File

@@ -76,6 +76,11 @@ return {
color = {
enabled = true,
},
on_attach = function(client, bufnr)
local basics = require('lsp_basics')
basics.make_lsp_commands(client, bufnr)
basics.make_lsp_mappings(client, bufnr)
end,
},
},
},