NeoVim & Term fix

laptop
Elias Almqvist 1 year ago
parent 292401c4c1
commit 71ac56387b
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      alacritty/.config/alacritty/alacritty.yml
  2. 2
      nvim/.config/nvim/init.lua

@ -6,8 +6,8 @@ background_opacity: 1.0
window:
padding:
x: 8
y: 8
x: 16
y: 16
# Window title
title: Terminal

@ -14,7 +14,7 @@ local theme = require("onedark")
theme.setup {
-- Main options --
style = "warmer", -- Default theme style. Choose between "dark", "darker", "cool", "deep", "warm", "warmer" and "light"
transparent = false, -- Show/hide background
transparent = true, -- Show/hide background
term_colors = true, -- Change terminal color as per the selected theme style
ending_tildes = false, -- Show the end-of-buffer tildes. By default they are hidden
cmp_itemkind_reverse = false, -- reverse item kind highlights in cmp menu

Loading…
Cancel
Save