feat(nvf): finish rice
This commit is contained in:
parent
c09c7cd6c0
commit
4e33eff035
5 changed files with 34 additions and 1 deletions
|
@ -9,6 +9,8 @@
|
|||
enable = true;
|
||||
settings.vim = {
|
||||
hideSearchHighlight = true;
|
||||
syntaxHighlighting = true;
|
||||
telescope.enable = true;
|
||||
searchCase = "ignore";
|
||||
undoFile.enable = true;
|
||||
fzf-lua.enable = true;
|
||||
|
@ -26,6 +28,8 @@
|
|||
options = import ./options.nix;
|
||||
notify = import ./notify.nix;
|
||||
snippets = import ./snippets.nix;
|
||||
treesitter = import ./treesitter.nix;
|
||||
ui = import ./ui.nix;
|
||||
utility = import ./utility.nix;
|
||||
visuals = import ./visuals.nix;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue