remove unnecessary stuff from zsh and nvim
This commit is contained in:
parent
b7698eab01
commit
1955e3b26f
2 changed files with 4 additions and 25 deletions
|
@ -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>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue