Skip to content

Commit

Permalink
[nvim] プラグイン修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nomutin committed Jul 19, 2024
1 parent 0ac16c8 commit 94f3e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xdg_config/mise/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ zellij = "latest"
rye = "latest"
vim = "latest"
jq = "latest"
lazygit = "latest"
lazygit = "latest"
3 changes: 2 additions & 1 deletion xdg_config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ require("lazy").setup({
"neovim/nvim-lspconfig",
"hrsh7th/nvim-cmp",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-path",
},
config = function()
require("mason").setup()
Expand All @@ -99,11 +100,11 @@ require("lazy").setup({
mapping = cmp.mapping.preset.insert({}),
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "path" },
}),
})
end,
},
{ "windwp/nvim-autopairs", event = "InsertEnter", opts = {} },
{
"nvim-treesitter/nvim-treesitter",
event = "BufRead",
Expand Down

0 comments on commit 94f3e71

Please sign in to comment.