initial dotfiles
This commit is contained in:
commit
45e5fe53d2
370 changed files with 25449 additions and 0 deletions
15
.config/nvim/lua/plugins/arrpc-presence.lua
Normal file
15
.config/nvim/lua/plugins/arrpc-presence.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"vyfor/cord.nvim",
|
||||
build = "./build || .\\build",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
editor = {
|
||||
client = "neovim",
|
||||
tooltip = "The only real IDE",
|
||||
},
|
||||
display = {
|
||||
theme = "default",
|
||||
flavor = "accent",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue