add tabline
This commit is contained in:
parent
59c787ce3f
commit
62e9fb7361
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
dsquotes = "''";
|
||||
in {
|
||||
in
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
coc = {
|
||||
|
@ -214,6 +216,7 @@ in {
|
|||
vim-airline
|
||||
copilot-vim
|
||||
rust-vim # for proper syntax highlighting
|
||||
tabline-nvim
|
||||
];
|
||||
extraPackages = with pkgs; [
|
||||
nodejs_latest
|
||||
|
|
Loading…
Reference in a new issue