:feat: add fzf and indent blankline
This commit is contained in:
@@ -0,0 +1 @@
|
||||
vim.keymap.set('n', '<leader>f', '<cmd>FzfLua<cr>')
|
||||
@@ -6,3 +6,4 @@ require('config.theme')
|
||||
require('config.neogit')
|
||||
require('config.oil')
|
||||
require('config.autopairs')
|
||||
require('config.fzf')
|
||||
|
||||
@@ -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" },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user