{
'krutt/oxeye.nvim',
config = function()
require('oxeye').setup()
end,
dependencies = {
'neovim/nvim-lspconfig',
'nvim-lua/plenary.nvim',
'nvim-treesitter/nvim-treesitter'
},
}use {
'krutt/oxeye.nvim',
dependencies = {
'neovim/nvim-lspconfig',
'nvim-lua/plenary.nvim',
'nvim-treesitter/nvim-treesitter'
},
setup = function()
require('oxeye').setup()
end,
}oxeye.nvim/
│
├── lua/
│ └── oxeye/
│ └── init.lua # Initiate oxeye using lspconfig for lspconfig
│
├── plugin/
│ ├── build.lua # Check and install LSP server if not existed
│ └── oxeye.lua # Verify lua dependencies before setup
│
├── LICENSE # Details of MIT License
└── README.md # Descriptions and roadmap
- อัญชัญ - Anchan typeface by Alisara Zilch
This project is licensed under the terms of the MIT license.