Added tpope's plugind
This commit is contained in:
25
home/private_dot_config/nvim/lua/plugins/tpope.lua
Normal file
25
home/private_dot_config/nvim/lua/plugins/tpope.lua
Normal file
@ -0,0 +1,25 @@
|
||||
return {
|
||||
-- Automatically adjust the indenting and much more
|
||||
{
|
||||
"tpope/vim-sleuth",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
},
|
||||
|
||||
-- Increment dates right
|
||||
{
|
||||
"tpope/vim-speeddating",
|
||||
keys = { "<C-a>", "<C-x>" },
|
||||
},
|
||||
|
||||
-- Comment lines with 'gc'
|
||||
{
|
||||
"tpope/vim-commentary",
|
||||
keys = { "gc" },
|
||||
},
|
||||
|
||||
-- Check Unicode chars
|
||||
{
|
||||
"tpope/vim-characterize",
|
||||
keys = { "ga" },
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user