Second tweaks.
This commit is contained in:
parent
33c54c7b88
commit
6e7bbb74b4
@ -4,4 +4,5 @@
|
|||||||
|
|
||||||
local builtin = require 'telescope.builtin'
|
local builtin = require 'telescope.builtin'
|
||||||
|
|
||||||
vim.keymap.set('n', '<C-p>', builtin.find_files, { desc = '[S]earch [F]iles' })
|
vim.keymap.set('n', '<C-p>', builtin.find_files, { desc = '[S]earch [F]iles' })
|
||||||
|
vim.keymap.set("i", "jj", "<Esc>")
|
||||||
|
|||||||
8
lua/plugins/neotree.lua
Normal file
8
lua/plugins/neotree.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
'nvim-neo-tree/neo-tree.nvim',
|
||||||
|
opts = {
|
||||||
|
window = {
|
||||||
|
position = 'right'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user