mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 08:06:41 -07:00
lint
This commit is contained in:
parent
0d693101c1
commit
f1e4018776
10 changed files with 693 additions and 672 deletions
|
@ -1,27 +1,26 @@
|
|||
return function(use)
|
||||
use({'folke/trouble.nvim'})
|
||||
use({ "folke/trouble.nvim" })
|
||||
use({
|
||||
'folke/which-key.nvim',
|
||||
config = function()
|
||||
require('which-key').setup({})
|
||||
end
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
require("which-key").setup({})
|
||||
end,
|
||||
})
|
||||
use({'windwp/nvim-autopairs'})
|
||||
use({'nvim-tree/nvim-web-devicons'})
|
||||
use({ "windwp/nvim-autopairs" })
|
||||
use({ "nvim-tree/nvim-web-devicons" })
|
||||
use({
|
||||
'nvim-tree/nvim-tree.lua',
|
||||
tag = 'nightly'
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
tag = "nightly",
|
||||
})
|
||||
use({'ckipp01/stylua-nvim'})
|
||||
use({'gennaro-tedesco/nvim-jqx'})
|
||||
use({'lervag/vimtex'})
|
||||
use({ "ckipp01/stylua-nvim" })
|
||||
use({ "gennaro-tedesco/nvim-jqx" })
|
||||
use({ "lervag/vimtex" })
|
||||
use({
|
||||
'f3fora/nvim-texlabconfig',
|
||||
run = 'go build'
|
||||
"f3fora/nvim-texlabconfig",
|
||||
run = "go build",
|
||||
})
|
||||
use({'sindrets/diffview.nvim'})
|
||||
use({'nvim-treesitter/playground'})
|
||||
use({ 'softinio/scaladex.nvim' })
|
||||
use({'TimUntersberger/neogit'})
|
||||
use({ "sindrets/diffview.nvim" })
|
||||
use({ "nvim-treesitter/playground" })
|
||||
use({ "softinio/scaladex.nvim" })
|
||||
use({ "TimUntersberger/neogit" })
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue