mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Moves most configuration
This commit is contained in:
11
env/.config/nvim/lua/plugins/telescope.lua
vendored
Normal file
11
env/.config/nvim/lua/plugins/telescope.lua
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
{
|
||||
import = "lazyvim.plugins.extras.editor.telescope",
|
||||
enabled = false,
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"swift",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user