Compare commits
No commits in common. "252961b01417468be15bf02ddb5f1e80d2ee24a3" and "bc1ebdf2442c975886dde61bedd70623eb7b8cf4" have entirely different histories.
252961b014
...
bc1ebdf244
3 changed files with 1 additions and 4 deletions
|
@ -213,8 +213,6 @@ vim.g.loaded_node_provider = 0
|
||||||
vim.g.no_gitrebase_maps = 1 -- See share/nvim/runtime/ftplugin/gitrebase.vim
|
vim.g.no_gitrebase_maps = 1 -- See share/nvim/runtime/ftplugin/gitrebase.vim
|
||||||
vim.g.no_man_maps = 1 -- See share/nvim/runtime/ftplugin/man.vim
|
vim.g.no_man_maps = 1 -- See share/nvim/runtime/ftplugin/man.vim
|
||||||
|
|
||||||
vim.g.suda_smart_edit = 1 -- smart suda open and write
|
|
||||||
|
|
||||||
-- Filetype detection
|
-- Filetype detection
|
||||||
-- ===
|
-- ===
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ return {
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
{ 'nmac427/guess-indent.nvim', lazy = false, priority = 50, config = true },
|
{ 'nmac427/guess-indent.nvim', lazy = false, priority = 50, config = true },
|
||||||
{ 'tweekmonster/helpful.vim', cmd = 'HelpfulVersion' },
|
{ 'tweekmonster/helpful.vim', cmd = 'HelpfulVersion' },
|
||||||
{ 'lambdalisue/suda.vim', lazy = false, event = 'BufRead' },
|
{ 'lambdalisue/suda.vim', event = 'BufRead' },
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,7 +7,6 @@ return {
|
||||||
-- :Chmod
|
-- :Chmod
|
||||||
-- and also some more, but those are easy done with shell
|
-- and also some more, but those are easy done with shell
|
||||||
"tpope/vim-eunuch",
|
"tpope/vim-eunuch",
|
||||||
enabled = false,
|
|
||||||
lazy=false,
|
lazy=false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue