1
0
Fork 0

nvim: some cosmetics for gui, get rid of paq

This commit is contained in:
Von Random 2023-01-07 23:46:54 +02:00
parent fe65bbc621
commit 21c1c2e685
3 changed files with 2 additions and 7 deletions

View file

@ -31,7 +31,7 @@ map('n', '<Leader>fb', '<cmd>Telescope buffers<CR>')
vim.o.bg = 'dark' vim.o.bg = 'dark'
vim.o.termguicolors = true vim.o.termguicolors = true
vim.g.gruvbox_transp_bg = 1 --vim.g.gruvbox_transp_bg = 1
vim.g.gruvbox_plugin_hi_groups = 1 vim.g.gruvbox_plugin_hi_groups = 1
vim.g.gruvbox_filetype_hi_groups = 1 vim.g.gruvbox_filetype_hi_groups = 1

View file

@ -28,4 +28,4 @@ vim.o.title = true
vim.o.titlestring = '[%{hostname()}] %t - vim' vim.o.titlestring = '[%{hostname()}] %t - vim'
vim.o.statusline = '[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]' vim.o.statusline = '[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]'
vim.o.guifont = 'JetBrains Mono:h15' vim.o.guifont = 'JetBrainsMono Nerd Font:h14'

View file

@ -1,5 +0,0 @@
#!/usr/bin/env zsh
SRC=https://github.com/savq/paq-nvim.git
DST=$HOME/.local/share/nvim/site/pack/paqs/start/paq-nvim
git clone --depth=1 $SRC $DST