Skip to content

Commit

Permalink
feat(flit.nvim): add 'flit.nvim' to user plugins list (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Jan 9, 2024
1 parent ccc489a commit ce13741
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/configs/ggandor/flit-nvim/config.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require("flit").setup()
2 changes: 1 addition & 1 deletion lua/configs/nvim-lualine/lualine-nvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ vim.api.nvim_create_autocmd("User", {
place = { "statusline" },
})
end,
})
})
6 changes: 6 additions & 0 deletions lua/plugins/users_sample.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
-- config = lua_config("ggandor/leap.nvim"),
-- },
-- {
-- "ggandor/flit.nvim",
-- event = { VeryLazy, BufReadPre, BufNewFile },
-- dependencies = { "ggandor/leap.nvim", "tpope/vim-repeat" },
-- config = lua_config("ggandor/flit.nvim"),
-- },
-- {
-- "folke/flash.nvim",
-- event = { VeryLazy, BufReadPre, BufNewFile },
-- config = lua_config("folke/flash.nvim"),
Expand Down

0 comments on commit ce13741

Please sign in to comment.