added a fuzzy finder to nvim and changed color scheme/line numbering
parent
ab86f83e04
commit
d1a5282d0f
@ -0,0 +1,11 @@
|
||||
require('telescope').setup({
|
||||
defaults = {
|
||||
layout_config = {
|
||||
horizontal = { width = 0.5 }
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
local builtin = require('telescope.builtin')
|
||||
|
||||
vim.keymap.set('n','<leader>f', builtin.find_files, {})
|
@ -0,0 +1,2 @@
|
||||
L2
|
||||
L3
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
Subproject commit 253d34830709d690f013daf2853a9d21ad7accab
|
@ -0,0 +1 @@
|
||||
Subproject commit a3f17d3baf70df58b9d3544ea30abe52a7a832c2
|
@ -1 +1 @@
|
||||
Subproject commit 18b85395d32e235128b85a059dd60b562f9dbfe1
|
||||
Subproject commit 038e3a6ca59f11b3bb6a94087c1792322d1a1d5c
|
@ -1 +1 @@
|
||||
Subproject commit 2febbe1f00be04f16daa6464cb39214a8566ec4b
|
||||
Subproject commit 62f42f013d866139fa23068ac2651b3f7e05a56f
|
@ -1 +1 @@
|
||||
Subproject commit 9e64fc1ab60b2e97d39410482b64289dbbaf4eda
|
||||
Subproject commit b8a41085bfd67fee97ad075c6df65590ce7417a7
|
@ -1 +1 @@
|
||||
Subproject commit df4be8626e2c5b2a42eb60e1f100fce469b81f7d
|
||||
Subproject commit 5d3d1b6cbdc4be0b4c6105c1ab1f769d76d3c68f
|
@ -1 +1 @@
|
||||
Subproject commit b8607084b324ab0c98892ca20f78433904aecef5
|
||||
Subproject commit 112e62c1c873fb1910c08ed331f354ae017aac57
|
@ -1 +1 @@
|
||||
Subproject commit f7447aece12f9b95133b803d5c4f71815bee8ca6
|
||||
Subproject commit 3364d4d147ade148d8e5dd67609e46f0ef6c50fc
|
@ -1 +1 @@
|
||||
Subproject commit afe4dc5e12d0eb99dcae4ae320c48bdbd7f5a8c2
|
||||
Subproject commit 35ba33193f93e4e849a18d262d2691afb3782f82
|
@ -1 +1 @@
|
||||
Subproject commit b8e65a696157e1e8c407ed1f3aac768368bc4e55
|
||||
Subproject commit cb8bdd3e43b50a0610cff3a69959cb27eb407afc
|
Loading…
Reference in New Issue