Skip to content

Commit

Permalink
tidyup + autoinstall lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 26, 2024
1 parent b3e2d66 commit 5ab5661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .chezmoiignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
README.md
.macos
2 changes: 1 addition & 1 deletion dot_config/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ return {
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
main = "nvim-treesitter.configs",
opts = { highlight = { enable = true } },
opts = { highlight = { enable = true }, auto_install = true },
},
}

0 comments on commit 5ab5661

Please sign in to comment.