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