lualine fix + more language servers

This commit is contained in:
Alexey 2026-08-12 15:46:22 +03:00
commit dbc5cf7810
5 changed files with 10 additions and 1 deletions

View file

@ -1,10 +1,13 @@
-- config.lualine is simply `return '<THEME>'`, this is used to avoid lualine error
local theme = require 'config.lualine' or 'auto'
return {
{
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
options = {
theme = 'pywal',
theme = theme,
section_separators = { left = '/', right = '/' },
component_separators = { left = '/', right = '/' },
},