idk something

This commit is contained in:
manobann 2023-05-09 14:42:29 +02:00
parent 8cfd7d5725
commit 700b39c102
1 changed files with 5 additions and 3 deletions

View File

@ -132,7 +132,7 @@ require('lazy').setup({
},
},
{ 'mhinz/vim-startify' },
{ 'mhinz/vim-startify' },
{ "catppuccin/nvim", name = "catppuccin" },
@ -244,6 +244,8 @@ vim.o.completeopt = 'menuone,noselect'
-- NOTE: You should make sure your terminal supports this
vim.o.termguicolors = true
-- Setup nvim-devicons
require'nvim-web-devicons'.get_icons()
-- Set barbar's options
require'bufferline'.setup {
@ -285,7 +287,7 @@ require'bufferline'.setup {
-- Configure the base icons on the bufferline.
buffer_index = false,
buffer_number = false,
button = '',
button = '',
-- Enables / disables diagnostic symbols
diagnostics = {
[vim.diagnostic.severity.ERROR] = {enabled = true, icon = ''},