1
0
Fork 0

remove unnecessary stuff from zsh and nvim

This commit is contained in:
Von Random 2022-12-26 03:35:21 +02:00
parent b7698eab01
commit 1955e3b26f
2 changed files with 4 additions and 25 deletions

View file

@ -21,13 +21,7 @@ end
if require('packer_init') then return end
--[[ plugins config ]]
require('lualine').setup {
options = {
icons_enabled = false,
section_separators = { left = nil, right = nil },
component_separators = { left = '|', right = '|' }
}
}
require('lualine').setup()
--[[ telescope maps ]]
map('n', '<Leader>ff', '<cmd>Telescope find_files<CR>')