Cutlass
This commit is contained in:
parent
a084777d11
commit
fca2695750
3 changed files with 27 additions and 9 deletions
5
lua/custom/plugins/cutlass.lua
Normal file
5
lua/custom/plugins/cutlass.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"svermeulen/vim-cutlass",
|
||||
vim.keymap.set('n', 'dd', '<Cmd>delete<CR>'),
|
||||
lazy = false,
|
||||
}
|
||||
11
lua/custom/plugins/formatter.lua
Normal file
11
lua/custom/plugins/formatter.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
'mhartington/formatter.nvim',
|
||||
event = "VeryLazy",
|
||||
--[[ opts = {
|
||||
filetype = {
|
||||
typescript = {
|
||||
require("formatter.filetypes.typescript").prettier
|
||||
},
|
||||
}
|
||||
}, ]]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue