kitty: fonts, config alignment; nvim: get rid of unnecessary plugins
This commit is contained in:
parent
e4c3ca167e
commit
87c7aa23fe
2 changed files with 46 additions and 52 deletions
|
@ -15,8 +15,6 @@ require('lazy').setup {
|
|||
{'nvim-telescope/telescope.nvim', dependencies = {'nvim-lua/plenary.nvim'}},
|
||||
{'nvim-treesitter/nvim-treesitter', cmd = 'TSUpdate'},
|
||||
{'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'sh', 'zsh', 'lua', 'python'}},
|
||||
'hashivim/vim-terraform',
|
||||
'khaveesh/vim-fish-syntax',
|
||||
'lewis6991/gitsigns.nvim',
|
||||
'lifepillar/vim-cheat40',
|
||||
'tpope/vim-rsi',
|
||||
|
|
|
@ -1,12 +1,9 @@
|
|||
# Use Ctrl+Alt+F5 to reload
|
||||
font_family VascadiaMod
|
||||
font_family FantasqueSansM Nerd Font
|
||||
modify_font underline_position 1
|
||||
font_size 14
|
||||
box_drawing_scale 0.1, 0.5, 1, 1.5
|
||||
font_size 15
|
||||
cursor_blink_interval 0
|
||||
|
||||
# background_blur 20
|
||||
# background_opacity 0.95
|
||||
term xterm-256color
|
||||
|
||||
active_border_color #cb4b16
|
||||
inactive_border_color #93a1a1
|
||||
|
@ -32,6 +29,7 @@ initial_window_width 120c
|
|||
initial_window_height 30c
|
||||
resize_in_steps no
|
||||
shell_integration no-cursor
|
||||
editor nvim
|
||||
|
||||
map ctrl+g>c new_tab
|
||||
map ctrl+g>n next_tab
|
||||
|
@ -65,7 +63,7 @@ map ctrl+alt+v paste_from_clipboard
|
|||
mouse_map left click ungrabbed mouse_click_url_or_select
|
||||
mouse_map alt+left press ungrabbed mouse_selection rectangle
|
||||
|
||||
# Gruvbox Dark
|
||||
# Solarized light
|
||||
selection_foreground #586e75
|
||||
selection_background #eee8d5
|
||||
foreground #657b83
|
||||
|
@ -90,5 +88,3 @@ color12 #839496
|
|||
color13 #6c71c4
|
||||
color14 #93a1a1
|
||||
color15 #fdf6e3
|
||||
|
||||
editor nvim
|
||||
|
|
Loading…
Reference in a new issue