nvim: go back to lualine (due to tokyo night theme support)

This commit is contained in:
Sridhar Ratnakumar 2022-04-15 23:10:33 -04:00
parent 04c34d11f7
commit dde7f2399d

View file

@ -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 <leader>fb <cmd>Telescope buffers<cr>
nnoremap <leader>fh <cmd>Telescope help_tags<cr>
" luiline
" lualine
lua << END
require('feline').setup()
require('lualine').setup {
options = {
theme = 'tokyonight'
}
}
END
" bufferline