1
Fork 0

feat: discord rich presence for neovim

This commit is contained in:
Matei Adriel 2022-03-13 14:16:37 +02:00
parent 9f7861cbc8
commit a20b64fb56
4 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@ function M.setup()
-- Other unconfigured plugins -- Other unconfigured plugins
require('nvim-autopairs').setup() require('nvim-autopairs').setup()
require("startup").setup({theme = "dashboard"}) require("startup").setup({theme = "dashboard"})
require("presence"):setup({})
-- Plugins with their own configs: -- Plugins with their own configs:
require("my.plugins.cmp").setup() require("my.plugins.cmp").setup()

View file

@ -76,6 +76,7 @@ in
vimux # interact with tmux from within vim vimux # interact with tmux from within vim
vim-tmux-navigator # easly switch between tmux and vim panes vim-tmux-navigator # easly switch between tmux and vim panes
arpeggio # allows me to setup chord keybinds (keybinds where all the keys are pressed at the same time) arpeggio # allows me to setup chord keybinds (keybinds where all the keys are pressed at the same time)
presence-nvim # discord rich presence
# Cmp related stuff. See https://github.com/hrsh7th/nvim-cmp # Cmp related stuff. See https://github.com/hrsh7th/nvim-cmp
cmp-nvim-lsp cmp-nvim-lsp

View file

@ -4,7 +4,8 @@ in
lib.lists.map (theme: pkgs.callPackage theme { }) [ lib.lists.map (theme: pkgs.callPackage theme { }) [
(githubVariant { (githubVariant {
variant = "light"; variant = "light";
wallpaper = ./wallpapers/wall.png; # wallpaper = ./wallpapers/wall.png;
wallpaper = ./wallpapers/synthwave.jpg;
transparency = 0.8; transparency = 0.8;
}) })
(githubVariant { (githubVariant {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB