suda usage
This commit is contained in:
parent
5c749d0739
commit
31b1d8380b
2 changed files with 3 additions and 0 deletions
|
@ -213,6 +213,8 @@ vim.g.loaded_node_provider = 0
|
|||
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.suda_smart_edit = 1 -- smart suda open and write
|
||||
|
||||
-- Filetype detection
|
||||
-- ===
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ return {
|
|||
-- :Chmod
|
||||
-- and also some more, but those are easy done with shell
|
||||
"tpope/vim-eunuch",
|
||||
enabled = false,
|
||||
lazy=false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue