:feat: add fzf and indent blankline

This commit is contained in:
Ian
2026-06-30 23:44:08 +02:00
parent 0ab0c08bc6
commit a880f3a2c1
5 changed files with 24 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
vim.keymap.set('n', '<leader>f', '<cmd>FzfLua<cr>')
+1
View File
@@ -6,3 +6,4 @@ require('config.theme')
require('config.neogit')
require('config.oil')
require('config.autopairs')
require('config.fzf')
+2
View File
@@ -4,4 +4,6 @@ vim.pack.add({
{ src = "https://github.com/stevearc/oil.nvim", name = "oil.nvim" },
{ src = "https://github.com/nvim-tree/nvim-web-devicons", name = "web-dev-devicons" },
{ src = "https://github.com/windwp/nvim-autopairs", name = "nvim-autopairs" },
{ src = "https://github.com/ibhagwan/fzf-lua", name = "fzf-lua" },
{ src = "https://github.com/lukas-reineke/indent-blankline.nvim", name = "indent-blankline.nvim" },
})