yeeee
This commit is contained in:
parent
cb4bf3be89
commit
df94405cef
51 changed files with 893 additions and 817 deletions
|
|
@ -12,3 +12,10 @@ hl.window_rule({
|
|||
},
|
||||
opacity = 2,
|
||||
})
|
||||
hl.window_rule({
|
||||
name = "opacity vesktop",
|
||||
match = {
|
||||
class = "vesktop",
|
||||
},
|
||||
opacity = 2,
|
||||
})
|
||||
|
|
|
|||
8
dotfiles/nvim/lua/neoconf/lazy/conform.lua
Normal file
8
dotfiles/nvim/lua/neoconf/lazy/conform.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
nix = { "nixfmt" }, -- remplace par "alejandra" si tu préfères
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue