From dde7f2399d5cd58e2ce41c92e663fc6547b0919a Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 15 Apr 2022 23:10:33 -0400 Subject: [PATCH] nvim: go back to lualine (due to tokyo night theme support) --- home/neovim.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/home/neovim.nix b/home/neovim.nix index 288810b..8811bd1 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -30,8 +30,7 @@ # https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vim/plugins/generated.nix plugins = with pkgs.vimPlugins; [ # Status bar for vim - # lualine-nvim - feline-nvim + lualine-nvim # For working mouse support when running inside tmux terminus @@ -78,9 +77,13 @@ nnoremap fb Telescope buffers nnoremap fh Telescope help_tags - " luiline + " lualine lua << END - require('feline').setup() + require('lualine').setup { + options = { + theme = 'tokyonight' + } + } END " bufferline