feat: discord rich presence for neovim
This commit is contained in:
parent
9f7861cbc8
commit
a20b64fb56
|
@ -4,6 +4,7 @@ function M.setup()
|
|||
-- Other unconfigured plugins
|
||||
require('nvim-autopairs').setup()
|
||||
require("startup").setup({theme = "dashboard"})
|
||||
require("presence"):setup({})
|
||||
|
||||
-- Plugins with their own configs:
|
||||
require("my.plugins.cmp").setup()
|
||||
|
|
|
@ -76,6 +76,7 @@ in
|
|||
vimux # interact with tmux from within vim
|
||||
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)
|
||||
presence-nvim # discord rich presence
|
||||
|
||||
# Cmp related stuff. See https://github.com/hrsh7th/nvim-cmp
|
||||
cmp-nvim-lsp
|
||||
|
|
|
@ -4,7 +4,8 @@ in
|
|||
lib.lists.map (theme: pkgs.callPackage theme { }) [
|
||||
(githubVariant {
|
||||
variant = "light";
|
||||
wallpaper = ./wallpapers/wall.png;
|
||||
# wallpaper = ./wallpapers/wall.png;
|
||||
wallpaper = ./wallpapers/synthwave.jpg;
|
||||
transparency = 0.8;
|
||||
})
|
||||
(githubVariant {
|
||||
|
|
BIN
modules/themes/wallpapers/synthwave.jpg
Normal file
BIN
modules/themes/wallpapers/synthwave.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
Loading…
Reference in a new issue