Compare commits
No commits in common. "7a051580af4e79cb8a316b4e5e459017448239f5" and "50312d6c0e4e316a56af4fac5082992c04b4a1f0" have entirely different histories.
7a051580af
...
50312d6c0e
@ -373,7 +373,6 @@ require('lazy').setup({
|
||||
-- Enable telescope extensions, if they are installed
|
||||
pcall(require('telescope').load_extension, 'fzf')
|
||||
pcall(require('telescope').load_extension, 'ui-select')
|
||||
pcall(require('telescope').load_extension, 'remote-sshfs')
|
||||
|
||||
-- See `:help telescope.builtin`
|
||||
local builtin = require 'telescope.builtin'
|
||||
|
@ -1,8 +0,0 @@
|
||||
return {
|
||||
'nosduco/remote-sshfs.nvim',
|
||||
config = function()
|
||||
require('remote-sshfs').setup {
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user