lazy
This commit is contained in:
@@ -32,6 +32,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
plugins.mini-align.enable = true;
|
plugins.mini-align.enable = true;
|
||||||
|
plugins.lzn-auto-require.enable = true;
|
||||||
plugins.lz-n.enable = true;
|
plugins.lz-n.enable = true;
|
||||||
|
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
plugins.render-markdown = {
|
plugins.render-markdown = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lazyLoad.settings.ft = "markdown";
|
lazyLoad.settings.ft = ["markdown" "vimwiki"];
|
||||||
settings = {
|
settings = {
|
||||||
file_types = [
|
file_types = [
|
||||||
"markdown"
|
"markdown"
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
{
|
let
|
||||||
plugins.telescope = {
|
|
||||||
enable = true;
|
|
||||||
keymaps = {
|
keymaps = {
|
||||||
"<leader>sg" = "live_grep";
|
"<leader>sg" = "live_grep";
|
||||||
"<leader>sf" = {
|
"<leader>sf" = {
|
||||||
@@ -16,6 +14,12 @@
|
|||||||
options.desc = "List buffers";
|
options.desc = "List buffers";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
in
|
||||||
|
{
|
||||||
|
plugins.telescope = {
|
||||||
|
enable = true;
|
||||||
|
inherit keymaps;
|
||||||
|
lazyLoad.settings.keys = builtins.attrNames keymaps;
|
||||||
extensions.fzf-native = {
|
extensions.fzf-native = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user