neovim config is now in lua

This commit is contained in:
Grigory Shipunov 2023-01-08 04:16:41 +01:00
parent 0b5fac6216
commit 24661bf28a
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
9 changed files with 262 additions and 150 deletions

View 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 = '',
}
}