fixing java
This commit is contained in:
parent
98ea49a70f
commit
502f8cc6a8
7 changed files with 47 additions and 121 deletions
|
|
@ -22,5 +22,5 @@ return {
|
|||
{ 'rafamadriz/friendly-snippets' },
|
||||
},
|
||||
-- Use the lazy option to lazy-load the plugin on events or commands
|
||||
lazy = true,
|
||||
lazy = false,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ return {
|
|||
{
|
||||
'hrsh7th/nvim-cmp',
|
||||
dependencies = {
|
||||
'luckasRanarison/tailwind-tools.nvim',
|
||||
-- 'luckasRanarison/tailwind-tools.nvim',
|
||||
'onsails/lspkind-nvim',
|
||||
-- Snippet Engine & its associated nvim-cmp source
|
||||
'L3MON4D3/LuaSnip',
|
||||
|
|
@ -16,11 +16,11 @@ return {
|
|||
opts = function()
|
||||
return {
|
||||
-- ...
|
||||
formatting = {
|
||||
format = require('lspkind').cmp_format {
|
||||
before = require('tailwind-tools.cmp').lspkind_format,
|
||||
},
|
||||
},
|
||||
-- formatting = {
|
||||
-- format = require('lspkind').cmp_format {
|
||||
-- before = require('tailwind-tools.cmp').lspkind_format,
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
return {
|
||||
'luckasRanarison/tailwind-tools.nvim',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
opts = {}, -- your configuration
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue