Eisuke Esaki
Eisuke Esaki
same here ``` [1] 10012 segmentation fault ~/software/limelight/bin/limelight -c -> [139] ``` macOS 12.1 (21C52) i9 8950HK
Here is a list of plugins that I'm using. ``` Plug 'tpope/vim-fugitive' Plug 'tpope/vim-rhubarb' Plug 'hoob3rt/lualine.nvim' Plug 'kristijanhusak/defx-git' Plug 'kristijanhusak/defx-icons' Plug 'Shougo/defx.nvim', { 'do': ':UpdateRemotePlugins' } Plug 'neovim/nvim-lspconfig' Plug 'williamboman/nvim-lsp-installer'...
This is my init.vim ``` " Fundamentals "{{{ " --------------------------------------------------------------------- " init autocmd autocmd! " set script encoding scriptencoding utf-8 " stop loading config if it's on tiny or small...
Here is my lspconfig.rc.vim ``` if !exists('g:lspconfig') finish endif lua
I've just recently started to learn how vim/nvim works, and most of the configs weren't written by hand by me, so I can't really tell which of the plugins or...
Thank you for running the tests. In my Neovim environment, I get these values. ``` :verbose set indentexpr indentexpr=nvim_treesitter#indent() Last set from Lua ``` ``` :verbose set indentkeys indentkeys=0{,0},0),0],:,0#,!^F,o,O,e,0],0) Last...
This is my `~/.config/nvim/after/plugin/treesitter.rc.vim` ``` if !exists('g:loaded_nvim_treesitter') echom "Not loaded treesitter" finish endif lua
I disabled the `nvim-treesitter`'s indentation function by configuring my `treesitter.rc.vim` as follows. ``` ... lua
The behavior is the same for un-tagged template literals.
>Does this also happen in a stand-alone .graphql file The extra indentation is not inserted in a `.graphql` file.