fix sway, return visual studio vim

This commit is contained in:
Grigory Shipunov 2025-01-25 19:08:41 +01:00
parent d0cf7796a9
commit a848517698
14 changed files with 540 additions and 41 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 = 'everforest',
-- section_separators = '',
-- component_seaparators = '',
}
}