File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1616
1717Install the plugin with your preferred package manager:
1818
19+ ### [ lazy] ( https://github.com/folke/lazy.nvim )
20+
21+ ``` lua
22+ -- Lua
23+ {
24+ " 0oAstro/dim.lua" ,
25+ dependencies = { " nvim-treesitter/nvim-treesitter" , " neovim/nvim-lspconfig" },
26+ },
27+ ```
28+
1929### [ packer] ( https://github.com/wbthomason/packer.nvim )
2030
2131``` lua
2232-- Lua
2333use {
24- " narutoxy /dim.lua" ,
34+ " 0oAstro /dim.lua" ,
2535 requires = { " nvim-treesitter/nvim-treesitter" , " neovim/nvim-lspconfig" },
2636 config = function ()
2737 require (' dim' ).setup ({})
3545" Vim Script
3646Plug 'neovim/nvim-lspconfig'
3747Plug 'nvim-treesitter/nvim-treesitter'
38- Plug 'narutoxy /dim.lua'
48+ Plug '0oAstro /dim.lua'
3949
4050lua require('dim').setup({})
4151```
You can’t perform that action at this time.
0 commit comments