neovim config is now in lua
This commit is contained in:
parent
0b5fac6216
commit
24661bf28a
9 changed files with 262 additions and 150 deletions
11
nvim.lua/.config/nvim/lua/lualine_setup.lua
Normal file
11
nvim.lua/.config/nvim/lua/lualine_setup.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
-- this now handled by the lualine
|
||||
vim.cmd([[set noshowmode]])
|
||||
|
||||
return require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'moonfly',
|
||||
-- section_separators = '',
|
||||
-- component_seaparators = '',
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue