mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-29 17:14:58 +08:00
nvim: go back to lualine (due to tokyo night theme support)
This commit is contained in:
parent
04c34d11f7
commit
dde7f2399d
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue