mod done need icon fix
This commit is contained in:
parent
d5c5fc6587
commit
77beef4b29
10 changed files with 4 additions and 173 deletions
|
|
@ -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,
|
||||
})
|
||||
|
|
|
|||
3
lua/beartaffy/lazy/ui.lua
Normal file
3
lua/beartaffy/lazy/ui.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
}
|
||||
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue