[fix] add stuff

This commit is contained in:
Uttarayan
2023-09-14 19:40:20 +05:30
parent 6033473624
commit 36c818beb8
3 changed files with 7 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ env = MOZ_ENABLE_WAYLAND,1
exec-once = swayosd exec-once = swayosd
exec-once = hyprpaper exec-once = hyprpaper
exec-once = swaync exec-once = swaync
exec-once = nextcloud --background
exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = /usr/lib/polkit-kde-authentication-agent-1
exec-once = /usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized exec-once = /usr/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized
exec-once = /usr/lib/kdeconnectd exec-once = /usr/lib/kdeconnectd

View File

@@ -37,6 +37,7 @@
"plenary.nvim": { "branch": "master", "commit": "9ce85b0f7dcfe5358c0be937ad23e456907d410b" }, "plenary.nvim": { "branch": "master", "commit": "9ce85b0f7dcfe5358c0be937ad23e456907d410b" },
"presence.nvim": { "branch": "main", "commit": "87c857a56b7703f976d3a5ef15967d80508df6e6" }, "presence.nvim": { "branch": "main", "commit": "87c857a56b7703f976d3a5ef15967d80508df6e6" },
"rest.nvim": { "branch": "main", "commit": "22673c848768ff25517154a5aebfebc0c77d0b4f" }, "rest.nvim": { "branch": "main", "commit": "22673c848768ff25517154a5aebfebc0c77d0b4f" },
"ron.vim": { "branch": "master", "commit": "f749e543975a82e8dd9a6e7df9600a1c098ae800" },
"rust-tools.nvim": { "branch": "master", "commit": "0cc8adab23117783a0292a0c8a2fbed1005dc645" }, "rust-tools.nvim": { "branch": "master", "commit": "0cc8adab23117783a0292a0c8a2fbed1005dc645" },
"sonokai": { "branch": "master", "commit": "17308ee6d9c764bfc1e0fa97213e7a99701b4144" }, "sonokai": { "branch": "master", "commit": "17308ee6d9c764bfc1e0fa97213e7a99701b4144" },
"ssr.nvim": { "branch": "main", "commit": "b2f35df231c6b090f6eb023ddf2ad0cb88d90eb4" }, "ssr.nvim": { "branch": "main", "commit": "b2f35df231c6b090f6eb023ddf2ad0cb88d90eb4" },

View File

@@ -516,6 +516,11 @@ return require('lazy').setup({
}, },
cmd = { "LazyGit" } cmd = { "LazyGit" }
}, },
{
"ron-rs/ron.vim",
ft = "ron",
}
}, { }, {
defaults = { defaults = {
lazy = true, lazy = true,