idk something
This commit is contained in:
parent
8cfd7d5725
commit
700b39c102
8
init.lua
8
init.lua
|
@ -132,9 +132,9 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{ 'mhinz/vim-startify' },
|
{ 'mhinz/vim-startify' },
|
||||||
|
|
||||||
{ "catppuccin/nvim", name = "catppuccin" },
|
{ "catppuccin/nvim", name = "catppuccin" },
|
||||||
|
|
||||||
{ -- Set lualine as statusline
|
{ -- Set lualine as statusline
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
|
@ -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'},
|
||||||
|
|
Loading…
Reference in New Issue