File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,21 @@ vimscript. I hope this version in lua will be more efficient :)
5252Install the plugin with your preferred package manager:
5353
5454
55+ LAZY ~
56+
57+ >lua
58+ -- Lua
59+ {
60+ "gbprod/cutlass.nvim",
61+ opts = {
62+ -- your configuration comes here
63+ -- or don't set opts to use the default settings
64+ -- refer to the configuration section below
65+ }
66+ }
67+ <
68+
69+
5570PACKER ~
5671
5772>lua
@@ -76,9 +91,9 @@ VIM-PLUG ~
7691 Plug 'gbprod/cutlass.nvim'
7792 lua << EOF
7893 require("cutlass").setup({
79- -- your configuration comes here
80- -- or leave it empty to use the default settings
81- -- refer to the configuration section below
94+ " your configuration comes here
95+ " or leave it empty to use the default settings
96+ " refer to the configuration section below
8297 })
8398 EOF
8499<
You can’t perform that action at this time.
0 commit comments