Skip to content

Commit

Permalink
nixvim: removal of options that were already commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
Octelly committed Nov 5, 2024
1 parent 80db55c commit a5d0e71
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions homes/x86_64-linux/octelly@xia-pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,6 @@ with config; {
cmp.enable = cmp.enable;
};

#lspsaga = {
# enable = true;

# # breadcrumbs
# symbolInWinbar.enable = true;
#};

# better splits with support for wez, kitty, tmux
smart-splits = {
enable = true;
Expand Down Expand Up @@ -393,16 +386,8 @@ with config; {
];
}
];

#theme = "dashboard";
};

#coq-nvim = {
# enable = true;
# installArtifacts = true;
# settings.auto_start = "shut-up";
#};

# completions and integrations
cmp.enable = true;

Expand All @@ -415,12 +400,6 @@ with config; {
# UI framework of sorts that some plugins hook into
fidget.enable = true;

#cursorline = {
# enable = true;
# cursorline.enable = false;
# cursorword.enable = true;
#};

# bottom statusline
lualine = {
enable = true;
Expand Down

0 comments on commit a5d0e71

Please sign in to comment.