feat: some more history
This commit is contained in:
@ -14,7 +14,7 @@ cmp.setup {
|
||||
end
|
||||
},
|
||||
mapping = {
|
||||
["<C-Space>"] = cmp.mapping.complete(),
|
||||
["<C-Space>"] = cmp.mapping.complete(),
|
||||
["<C-e>"] = cmp.mapping.close(),
|
||||
["<CR>"] = cmp.mapping.confirm {
|
||||
behavior = cmp.ConfirmBehavior.Replace,
|
||||
|
@ -139,6 +139,7 @@ nvim_lsp.diagnosticls.setup {
|
||||
"sh",
|
||||
"markdown",
|
||||
"json",
|
||||
"jsonc",
|
||||
"yaml",
|
||||
"toml"
|
||||
},
|
||||
|
@ -17,7 +17,8 @@ return require("packer").startup(function()
|
||||
use "kyazdani42/nvim-tree.lua"
|
||||
use "nvim-lua/popup.nvim"
|
||||
use "mhinz/vim-startify"
|
||||
|
||||
use "lukas-reineke/indent-blankline.nvim"
|
||||
|
||||
-- Code Navigation
|
||||
use "dense-analysis/ale"
|
||||
use "nathanmsmith/nvim-ale-diagnostic"
|
||||
@ -40,13 +41,14 @@ return require("packer").startup(function()
|
||||
use "weilbith/nvim-code-action-menu" -- Need to find better alternative
|
||||
use "L3MON4D3/LuaSnip"
|
||||
use "windwp/nvim-autopairs"
|
||||
use "neoclide/jsonc.vim"
|
||||
use {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
run = ':TSUpdate'
|
||||
}
|
||||
|
||||
-- Formatting
|
||||
use "mhartington/formatter.nvim"
|
||||
|
||||
use "sbdchd/neoformat"
|
||||
|
||||
-- General Popup Window
|
||||
use "akinsho/nvim-toggleterm.lua"
|
||||
|
@ -38,4 +38,4 @@ function M.has_plugin(pluginName)
|
||||
return status
|
||||
end
|
||||
|
||||
return M
|
||||
return M
|
||||
|
Reference in New Issue
Block a user