mod done need icon fix

This commit is contained in:
BearTaffy 2024-06-30 13:29:48 +03:00
parent d5c5fc6587
commit 77beef4b29
10 changed files with 4 additions and 173 deletions

View file

@ -1,11 +1,3 @@
require 'beartaffy.set'
require 'beartaffy.remap'
require 'beartaffy.lazy_init'
vim.api.nvim_create_autocmd('TextYankPost', {
desc = 'Highlight when yanking (copying) text',
group = vim.api.nvim_create_augroup('kickstart-highlight-yank', { clear = true }),
callback = function()
vim.highlight.on_yank()
end,
})

View file

@ -0,0 +1,3 @@
return {
'nvim-tree/nvim-web-devicons',
}

View file

@ -5,7 +5,7 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' '
-- Set to true if you have a Nerd Font installed and selected in the terminal
vim.g.have_nerd_font = false
vim.g.have_nerd_font = true
-- [[ Setting options ]]
-- See `:help vim.opt`