about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/neovim/nixvim/plugins/lualine
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/lualine')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lualine/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lualine/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lualine/default.nix
index 8415a2e8..de48efea 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/lualine/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/lualine/default.nix
@@ -101,10 +101,10 @@
     winbar = {};
     inactiveWinbar = {};
 
-    # TODO add all installed and supported extensions here
+    # TODO: add all installed and supported extensions here
     extensions = [
       "toggleterm"
-      # "fugitive" # TODO maybe add this?
+      #"fugitive" # TODO: maybe add this?
     ];
   };
 }