Browse Source

updated alacritty

master
Josh Fabean 4 years ago
parent
commit
1578da0160
2 changed files with 7 additions and 5 deletions
  1. +4
    -5
      .config/alacritty/alacritty.yml
  2. +3
    -0
      .config/nvim/init.vim

+ 4
- 5
.config/alacritty/alacritty.yml View File

@ -51,8 +51,6 @@ window:
# - buttonless: Title bar, transparent background, but no title bar buttons
decorations: full
# When true, alacritty starts maximized.
start_maximized: false
scrolling:
# Maximum number of lines in the scrollback buffer.
@ -154,10 +152,11 @@ font:
use_thin_strokes: true
# Display the time it takes to redraw each frame.
render_timer: false
debug:
render_timer: false
# Keep the log file after quitting Alacritty.
persistent_logging: false
# Keep the log file after quitting Alacritty.
persistent_logging: false
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true


+ 3
- 0
.config/nvim/init.vim View File

@ -50,6 +50,9 @@ Plug 'xolox/vim-lua-ftplugin'
"Markdown
Plug 'suan/vim-instant-markdown'
"Vue
Plug 'posva/vim-vue'
Plug 'sbdchd/neoformat'
" Donnie says this is important
function! DoRemote(arg)


Loading…
Cancel
Save