Commit graph

7 commits

Author SHA1 Message Date
e2935c18f6 Fish, simplify functions, move n alias call
Simplifies the git_ family of functions to make fish_right_prompt more
readable. git_prompt function is added, which prints the relevant git
prompt information. The git_ family of functions is moved into the
git_prompt function, and fish_right_prompt calls git_prompt

Going forward I'm trying to have modules in charge of the data for
other modules, so I moved the nnn alias call from fish to n, and added a
handy "extraFunctions" config option to fish. Maintaining the fish
module's control of the functions, but allowing others to add stuff in
2024-04-21 01:19:38 -07:00
919e787bc9 Neovim, add vimwiki extension 2024-04-18 02:46:51 -07:00
bac13eadf7 Add zoxide and add zoxide support in lf 2024-04-18 02:46:08 -07:00
ea22a354cb Lf, add trash-cli support 2024-04-18 02:45:46 -07:00
7de2d4f368 Neovim, Add c language support 2024-04-18 02:45:25 -07:00
2b24d4e454 Neovim, refactor to use modules, lua, and LSP
Refactors the neovim config to use nix modules, and changes the plugins
to favor the builtin neovim LSP over COC. Changes all code to use lua
code instead of vimscript.
2024-04-18 02:44:29 -07:00
02fe68372c Refactor codebase to use nix modules 2024-04-18 02:42:11 -07:00