remove Nobara updates
This commit is contained in:
parent
18b93f65c8
commit
07bb3f0dd6
2 changed files with 60 additions and 67 deletions
|
|
@ -14,7 +14,7 @@ return {
|
||||||
timeout_ms = 1000,
|
timeout_ms = 1000,
|
||||||
},
|
},
|
||||||
servers = {
|
servers = {
|
||||||
"pyright"
|
"pyright",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -58,7 +58,6 @@ return {
|
||||||
"lewis6991/gitsigns.nvim",
|
"lewis6991/gitsigns.nvim",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
{ import = "astrocommunity.editing-support.auto-save-nvim" },
|
||||||
{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
{ import = "astrocommunity.editing-support.nvim-devdocs" },
|
||||||
|
|
||||||
|
|
@ -79,12 +78,11 @@ return {
|
||||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||||
|
|
||||||
{ import = "astrocommunity.markdown-and-latex.glow-nvim" },
|
{ import = "astrocommunity.markdown-and-latex.glow-nvim" },
|
||||||
|
|
||||||
{ import = "astrocommunity.pack.ansible" },
|
{ import = "astrocommunity.pack.ansible" },
|
||||||
{ import = "astrocommunity.pack.bash" },
|
{ import = "astrocommunity.pack.bash" },
|
||||||
{ import = "astrocommunity.pack.docker" },
|
{ import = "astrocommunity.pack.docker" },
|
||||||
{ import = "astrocommunity.pack.go" },
|
{ import = "astrocommunity.pack.go" },
|
||||||
--{ import = "astrocommunity.pack.html-css" },
|
{ import = "astrocommunity.pack.html-css" },
|
||||||
{ import = "astrocommunity.pack.json" },
|
{ import = "astrocommunity.pack.json" },
|
||||||
{ import = "astrocommunity.pack.lua" },
|
{ import = "astrocommunity.pack.lua" },
|
||||||
{ import = "astrocommunity.pack.markdown" },
|
{ import = "astrocommunity.pack.markdown" },
|
||||||
|
|
@ -99,7 +97,6 @@ return {
|
||||||
{ import = "astrocommunity.split-and-window.minimap-vim" },
|
{ import = "astrocommunity.split-and-window.minimap-vim" },
|
||||||
|
|
||||||
{ import = "astrocommunity.workflow.hardtime-nvim" },
|
{ import = "astrocommunity.workflow.hardtime-nvim" },
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
options = {
|
options = {
|
||||||
|
|
@ -124,4 +121,3 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
5
topgrade
5
topgrade
|
|
@ -1,7 +1,7 @@
|
||||||
[misc]
|
[misc]
|
||||||
assume_yes = true
|
assume_yes = true
|
||||||
disable = ["system"]
|
|
||||||
#ignore_failures = ["powershell"]
|
#ignore_failures = ["powershell"]
|
||||||
|
disable = ["containers"]
|
||||||
pre_sudo = true
|
pre_sudo = true
|
||||||
run_in_tmux = true
|
run_in_tmux = true
|
||||||
display_time = true
|
display_time = true
|
||||||
|
|
@ -10,9 +10,6 @@ cleanup = true
|
||||||
|
|
||||||
[post_commands]
|
[post_commands]
|
||||||
|
|
||||||
[commands]
|
|
||||||
Nobara = "sudo dnf update rpmfusion-nonfree-release rpmfusion-free-release fedora-repos nobara-repos --refresh && sudo dnf distro-sync --refresh && sudo dnf update --refresh"
|
|
||||||
|
|
||||||
[firmware]
|
[firmware]
|
||||||
upgrade = true
|
upgrade = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue