aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/soispha/config/neovim
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/neovim')
-rw-r--r--home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix
index d344d87e..c562f400 100644
--- a/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix
+++ b/home-manager/soispha/config/neovim/nixvim/plugins/lf-nvim/default.nix
@@ -5,7 +5,7 @@
}: {
programs.nixvim = {
# TODO: package lf-nvim though a module
- # FIXME change the nvim path, when I change the path with lf
+ # FIXME: change the nvim path, when I change the path with lf
extraConfigLuaPost = ''
${lib.strings.fileContents ./lua/lf-nvim.lua}
'';