nvim: add fidget and mind
This commit is contained in:
parent
fbb3511abf
commit
22d4220a5c
2 changed files with 5 additions and 4 deletions
|
@ -50,7 +50,6 @@ function M.setup()
|
|||
nls.builtins.formatting.eslint,
|
||||
-- nls.builtins.diagnostics.eslint,
|
||||
nls.builtins.code_actions.eslint,
|
||||
nls.builtins.diagnostics.yamllint,
|
||||
}
|
||||
})
|
||||
end
|
||||
|
|
|
@ -48,8 +48,8 @@ function M.setup()
|
|||
]], false)
|
||||
end }
|
||||
|
||||
use { "SmiteshP/nvim-navic", requires = "neovim/nvim-lspconfig"
|
||||
}
|
||||
use { 'SmiteshP/nvim-navic', requires = 'neovim/nvim-lspconfig' }
|
||||
use { 'j-hui/fidget.nvim', config = function() require('fidget').setup({}) end }
|
||||
|
||||
use { 'rafamadriz/friendly-snippets' }
|
||||
|
||||
|
@ -79,7 +79,7 @@ function M.setup()
|
|||
}
|
||||
use 'nvim-treesitter/playground'
|
||||
use({ 'yioneko/nvim-yati', requires = 'nvim-treesitter/nvim-treesitter', tag = 'legacy' })
|
||||
use({ 'nvim-treesitter/nvim-treesitter-textobjects', requires = 'nvim-treesitter/nvim-treesitter'})
|
||||
use({ 'nvim-treesitter/nvim-treesitter-textobjects', requires = 'nvim-treesitter/nvim-treesitter' })
|
||||
|
||||
use { 'nvim-telescope/telescope.nvim',
|
||||
requires = { 'nvim-lua/popup.nvim', 'nvim-lua/plenary.nvim' },
|
||||
|
@ -138,6 +138,8 @@ function M.setup()
|
|||
opt = true,
|
||||
}
|
||||
|
||||
use { 'phaazon/mind.nvim', config = function () require('mind').setup({}) end }
|
||||
|
||||
use { 'dyng/ctrlsf.vim', cmd = 'CtrlSF' }
|
||||
|
||||
use { 'folke/neodev.nvim' }
|
||||
|
|
Loading…
Add table
Reference in a new issue