yabai tiling manager

This commit is contained in:
Kulvir Singh
2024-09-15 01:29:26 +05:30
parent bbd055b853
commit e775445e9c
3 changed files with 130 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ return {
vim.cmd.hi "Comment gui=none"
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalNC", { bg = "none" })
vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, {
border = "rounded",