kekl
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./terminal.nix
|
||||
./neotree.nix
|
||||
./cmp.nix
|
||||
./lualine.nix
|
||||
./ui.nix
|
||||
./lsp/default.nix
|
||||
./dbg/default.nix
|
||||
];
|
||||
vim = {
|
||||
extraLuaFiles = [
|
||||
(builtins.path {
|
||||
path = ./raw/opts.lua;
|
||||
name = "opts.lua";
|
||||
})
|
||||
];
|
||||
autopairs.nvim-autopairs.enable = true;
|
||||
telescope.enable = true;
|
||||
autocomplete = { enableSharedCmpSources = true; };
|
||||
|
||||
binds = {
|
||||
whichKey = {
|
||||
enable = true;
|
||||
#setupOpts.preset = "helix";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user