Skip to content

Commit 56684b4

Browse files
committed
Fix lualine config to accommodate catppuccin/nvim#979
1 parent c196944 commit 56684b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vim/config/plugins/lualine.nvim.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
vim.cmd [[packadd lualine.nvim]]
22

3-
local theme = vim.env.VIM_USE_ONEDARK == nil and 'catppuccin' or 'onedark'
3+
local theme = vim.env.VIM_USE_ONEDARK == nil and 'catppuccin-nvim' or 'onedark'
44

55
require('lualine').setup({
66
options = {

0 commit comments

Comments
 (0)