idk something
This commit is contained in:
parent
8cfd7d5725
commit
700b39c102
6
init.lua
6
init.lua
|
@ -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 = 'ff'},
|
||||
|
|
Loading…
Reference in New Issue