Skip to content
Snippets Groups Projects
Commit cbded47f authored by Jens Nolte's avatar Jens Nolte
Browse files

Add vim-airline to neovim configuration

parent 20508295
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,8 @@ pkgs.neovim.override { ...@@ -55,6 +55,8 @@ pkgs.neovim.override {
" Toggle with Alt-b " Toggle with Alt-b
nnoremap <a-b> <Cmd>NERDTreeToggle<CR> nnoremap <a-b> <Cmd>NERDTreeToggle<CR>
" Airline
let g:highlightedyank_highlight_duration = 200 let g:highlightedyank_highlight_duration = 200
filetype on filetype on
...@@ -106,6 +108,10 @@ pkgs.neovim.override { ...@@ -106,6 +108,10 @@ pkgs.neovim.override {
# NERDTree # NERDTree
nerdtree nerdtree
# Better status bar
vim-airline
vim-bufferline
# Nix syntax highlighting # Nix syntax highlighting
vim-nix vim-nix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment