Compare commits

...

6 Commits

Author SHA1 Message Date
48c132421a Godo 2026-07-02 00:05:38 +02:00
d607b7f887 Godo 2026-06-28 01:55:30 +02:00
8426e32f9d [alacritty] Change font 2026-05-24 16:51:43 +02:00
4143572ba1 [neovim] Change colorscheme 2026-05-24 16:42:23 +02:00
a0c8f046c5 [alacritty] Changed background opacity 2026-05-17 23:05:04 +02:00
dd51fcd352 [neovim] Changed style 2026-05-17 23:04:52 +02:00
2 changed files with 3 additions and 17 deletions

View File

@@ -1,13 +1,10 @@
[window]
startup_mode = "Maximized"
opacity = 1
# opacity = 0.95
dynamic_padding = true
[font]
normal.family = "CaskaydiaMono Nerd Font"
bold.family = "CaskaydiaMono Nerd Font"
italic.family = "CaskaydiaMono Nerd Font"
bold_italic.family = "CaskaydiaMono Nerd Font"
normal.family = "Iosevka Nerd Font"
size = 14.0
[mouse]

View File

@@ -145,9 +145,6 @@ vim.api.nvim_create_autocmd("LspAttach", {
-- Install plugins
vim.pack.add({
-- Colorscheme
"https://github.com/habamax/vim-gruvbit",
-- Background trasparency
"https://github.com/xiyaowong/transparent.nvim",
@@ -167,9 +164,6 @@ vim.pack.add({
-- Trailing whitespace
"https://github.com/kaplanz/retrail.nvim",
-- Indent blankline
"https://github.com/lukas-reineke/indent-blankline.nvim",
-- File tree
{ src = "https://github.com/nvim-neo-tree/neo-tree.nvim", version = vim.version.range("3") },
"https://github.com/nvim-lua/plenary.nvim",
@@ -189,10 +183,7 @@ vim.cmd.packadd("nvim.difftool")
-- [[ PLUGINS CONFIGURATIONS ]] --
cmd.colorscheme("gruvbit")
local bg_color = vim.api.nvim_get_hl(0, {name = "Normal", link = false}).bg
cmd.highlight(string.format("Float guifg=NONE guibg=#%06x gui=NONE", bg_color))
cmd.highlight(string.format("NormalFloat guifg=NONE guibg=#%06x gui=NONE", bg_color))
cmd.colorscheme("retrobox")
require("mini.pick").setup()
@@ -205,8 +196,6 @@ require("retrail").setup({
}
})
require("ibl").setup()
require("neo-tree").setup({
window = {
width = 32