feat(nvf): add leetcode nvim
This commit is contained in:
parent
a6b9bb97c7
commit
cb58a71789
3 changed files with 9 additions and 8 deletions
|
@ -31,7 +31,7 @@ _: {
|
||||||
comments.comment-nvim.enable = true;
|
comments.comment-nvim.enable = true;
|
||||||
formatter.conform-nvim.enable = true;
|
formatter.conform-nvim.enable = true;
|
||||||
dashboard.alpha.enable = true;
|
dashboard.alpha.enable = true;
|
||||||
session.nvim-session-manager.enable = true;
|
# session.nvim-session-manager.enable = true;
|
||||||
|
|
||||||
# Filetree
|
# Filetree
|
||||||
filetree.nvimTree = {
|
filetree.nvimTree = {
|
||||||
|
@ -130,8 +130,8 @@ _: {
|
||||||
surround.enable = true;
|
surround.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
notes = {
|
utility = {
|
||||||
obsidian.enable = true;
|
leetcode-nvim.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,6 +13,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutoUpdates = true;
|
enableAutoUpdates = true;
|
||||||
};
|
};
|
||||||
|
fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
tmux.enableShellIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
_: {
|
||||||
self,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
./modules/git.nix # git specific configs
|
./modules/git.nix # git specific configs
|
||||||
./modules/tmux.nix # tmux specific configs (might move this)
|
./modules/tmux.nix # tmux specific configs (might move this)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue