Add minor adjustments to neovim config
This commit is contained in:
parent
a08df1abf1
commit
0eedf92c14
10 changed files with 80 additions and 57 deletions
|
|
@ -8,6 +8,7 @@ return {
|
|||
},
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require("nvim-treesitter.configs").setup({
|
||||
-- Add languages to be installed here that you want installed for treesitter
|
||||
ensure_installed = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue