diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-06 13:37:34 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-06 13:37:34 -0400 |
commit | 07ae881f7fd268f1d9bb3513f5fc7bd3439c6f07 (patch) | |
tree | d5b1205befd14c8db82d02f812dacc7070891475 /.config/nvim/lua/theme.lua | |
parent | update neovim (diff) | |
download | dotfiles-arch-07ae881f7fd268f1d9bb3513f5fc7bd3439c6f07.tar.gz dotfiles-arch-07ae881f7fd268f1d9bb3513f5fc7bd3439c6f07.tar.bz2 dotfiles-arch-07ae881f7fd268f1d9bb3513f5fc7bd3439c6f07.zip |
neovim good again
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/lua/theme.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/theme.lua b/.config/nvim/lua/theme.lua index 556a230..b297100 100644 --- a/.config/nvim/lua/theme.lua +++ b/.config/nvim/lua/theme.lua @@ -16,7 +16,6 @@ catppuccin.setup({ dim_context = false, alt_background = false, }, - coc_nvim = true, fidget = true, markdown = true, notify = true, |