Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim.lsp.diagnostic has been moved to vim.diagnostic #34

Merged
merged 1 commit into from Sep 18, 2021

Conversation

abzcoding
Copy link
Contributor

add support for neovim head diagnostics bcz of this commit
neovim/neovim@2e81034

@pocco81 pocco81 merged commit b0eb448 into catppuccin:main Sep 18, 2021
@pocco81
Copy link
Member

pocco81 commented Sep 18, 2021

Thanks for the contribution :)

@abzcoding
Copy link
Contributor Author

thank you for this lovely theme

@pocco81
Copy link
Member

pocco81 commented Sep 18, 2021

You're welcome! any suggestions?

@abzcoding
Copy link
Contributor Author

abzcoding commented Sep 18, 2021

not much tbh its lovely as is, though i want variety so i'm using your theme in mornings 😅 alongside a couple of other themes

    {
      "Pocco81/Catppuccino.nvim",
      config = function()
        require("user/theme").catppuccino()
      end,
      cond = function()
        local _time = os.date "*t"
        return (_time.hour >= 7 and _time.hour < 11)
      end,
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants