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