add align
This commit is contained in:
@@ -1 +1 @@
|
||||
{ plugins.barbar = { enable = true; }; }
|
||||
{ plugins.barbar = { enable = true; }; } # tab bar up top
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
showmode = false; #already shown in lightline
|
||||
|
||||
autoindent = true;
|
||||
clipboard = "unnamedplus";
|
||||
@@ -30,6 +31,8 @@
|
||||
termguicolors = lib.mkForce pkgs.stdenv.isLinux;
|
||||
};
|
||||
|
||||
plugins.mini-align.enable = true;
|
||||
|
||||
keymaps = [
|
||||
# Global
|
||||
# Default mode is "" which means normal-visual-op
|
||||
|
||||
@@ -1 +1 @@
|
||||
{ plugins.lightline = { enable = true; }; }
|
||||
{ plugins.lightline = { enable = true; }; } #status line at the bottom
|
||||
|
||||
Reference in New Issue
Block a user