Compare commits
1 Commits
master
...
cpatti_don
Author | SHA1 | Date | |
---|---|---|---|
|
31a9f266eb |
@ -183,6 +183,11 @@ return {
|
|||||||
|
|
||||||
Installation may require installing build tools, and updating the run command for `telescope-fzf-native`
|
Installation may require installing build tools, and updating the run command for `telescope-fzf-native`
|
||||||
|
|
||||||
|
Users should follow the [Treesitter Windows
|
||||||
|
Installation](https://github.com/nvim-treesitter/nvim-treesitter/wiki/Windows-support)
|
||||||
|
instructions to allow Treesitter language extensions to be downloaded from
|
||||||
|
Github.
|
||||||
|
|
||||||
See `telescope-fzf-native` documentation for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)
|
See `telescope-fzf-native` documentation for [more details](https://github.com/nvim-telescope/telescope-fzf-native.nvim#installation)
|
||||||
|
|
||||||
This requires:
|
This requires:
|
||||||
|
3
init.lua
3
init.lua
@ -771,6 +771,9 @@ require('lazy').setup({
|
|||||||
build = ':TSUpdate',
|
build = ':TSUpdate',
|
||||||
config = function()
|
config = function()
|
||||||
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
||||||
|
-- Use precompiled binaries for faster startup.
|
||||||
|
-- This also means Windows users won't fail on startup by default.
|
||||||
|
require('nvim-treesitter.install').prefer_git = false
|
||||||
|
|
||||||
---@diagnostic disable-next-line: missing-fields
|
---@diagnostic disable-next-line: missing-fields
|
||||||
require('nvim-treesitter.configs').setup {
|
require('nvim-treesitter.configs').setup {
|
||||||
|
Loading…
Reference in New Issue
Block a user