New statusline

This commit is contained in:
Anthony Cicchetti 2020-12-10 09:35:25 -05:00
parent 2bcd34a21e
commit 071186a6ea

View file

@ -100,8 +100,7 @@ endif
Plug 'nvim-treesitter/nvim-treesitter'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'datwaft/bubbly.nvim'
Plug 'morhetz/gruvbox'
Plug 'arzg/vim-corvine'
Plug 'tpope/vim-fugitive'
@ -124,8 +123,24 @@ let g:ctrlp_user_command = 'rg --files %s'
set signcolumn=yes
" Builtin LSP
lua << EOF
bubbly_statusline
vim.g.bubbly_palette = {
background = "#34343c",
foreground = "#c5cdd9",
black = "#3e4249",
red = "#ec5f67",
green = "#99c794",
yellow = "#fac863",
blue = "#6699cc",
purple = "#c594c5",
cyan = "#62b3b2",
white = "#ffffff",
lightgrey = "#a7adba",
darkgrey = "#65737e",
}
-- Builtin LSP
local lspconfig = require'lspconfig'
lspconfig.ocamlls.setup{}
lspconfig.pyls.setup{