Compare commits
2 Commits
f99e215cbd
...
45bdb707e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 45bdb707e6 | |||
| c5ebdf96de |
@@ -1,21 +0,0 @@
|
|||||||
---@module 'lazy'
|
|
||||||
---@type LazySpec
|
|
||||||
return { {
|
|
||||||
'lmburns/lf.nvim',
|
|
||||||
lazy = false,
|
|
||||||
dependencies = { 'akinsho/toggleterm.nvim' },
|
|
||||||
---@module 'lf'
|
|
||||||
---@type Lf.Config
|
|
||||||
opts = {
|
|
||||||
direction = 'float',
|
|
||||||
border = 'rounded',
|
|
||||||
},
|
|
||||||
config = function(_, opts)
|
|
||||||
vim.g.lf_netrw = 1
|
|
||||||
|
|
||||||
local lf = require('lf')
|
|
||||||
lf.setup(opts)
|
|
||||||
|
|
||||||
Map({ 'n' }, '<leader>o', lf.start, { desc = 'Shows the LF window' })
|
|
||||||
end
|
|
||||||
} }
|
|
||||||
@@ -69,6 +69,8 @@ require('mini.diff').setup({ -- shows git diffs in the file
|
|||||||
style = 'sign',
|
style = 'sign',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
require('mini.files').setup() -- file browser
|
||||||
|
Map( 'n', '<leader>o', MiniFiles.open)
|
||||||
require('mini.jump').setup() -- extends f,F,t,T to work across multiple lines
|
require('mini.jump').setup() -- extends f,F,t,T to work across multiple lines
|
||||||
require('mini.cursorword').setup() -- highlight words beneath the cursor
|
require('mini.cursorword').setup() -- highlight words beneath the cursor
|
||||||
require('mini.icons').setup()
|
require('mini.icons').setup()
|
||||||
|
|||||||
BIN
.local/bin/owo
Executable file
BIN
.local/bin/owo
Executable file
Binary file not shown.
Reference in New Issue
Block a user