1
Fork 0

Firenvim tweaks and upgraded slambda

This commit is contained in:
Matei Adriel 2023-02-26 00:42:40 +01:00
parent 391b43f9f9
commit 460a4facd0
No known key found for this signature in database
3 changed files with 10 additions and 21 deletions

View file

@ -30,9 +30,13 @@ function M.config()
end,
})
-- }}}
-- Disable status line
-- {{{ Disable status line
vim.opt.laststatus = 0
-- }}}
-- {{{ Enable wrapping
vim.opt.wrap = true
require("my.helpers.wrapMovement").setup()
-- }}}
end
return M

View file

@ -87,21 +87,6 @@
"type": "github"
}
},
"flake-utils_2": {
"locked": {
"lastModified": 1648297722,
"narHash": "sha256-W+qlPsiZd8F3XkzXOzAoR+mpFqzm3ekQkJNa+PIh1BQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "0f8662f1319ad6abf89b3380dd2722369fc51ade",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@ -252,17 +237,16 @@
},
"slambda": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1676844861,
"narHash": "sha256-mG65gA3WJjtFPKj0ZJTQ663/DT5IlefLF4XMTlNK5H0=",
"lastModified": 1677359238,
"narHash": "sha256-krU7FB0I6LkB/2E+cQ8zFa73E1qaPVXLsoKaA9xNS+w=",
"owner": "Mateiadrielrafael",
"repo": "slambda",
"rev": "3c1315ee102e7ae45e560446aa7d41b7f5063c9d",
"rev": "5074bacd0a9e3d91fde5190c66aa85a0275516ec",
"type": "github"
},
"original": {

View file

@ -56,6 +56,7 @@
inherit inputs outputs;
# colorscheme = "${inputs.catppuccin-base16}/base16/latte.yaml";
# colorscheme = "${inputs.catppuccin-base16}/base16/frappe.yaml";
colorscheme = "${inputs.rosepine-base16}/rose-pine-dawn.yaml";
};
in