You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for your work on GuessIndent plugin : it's a great tool for my neovim usage.
I'm using ftplugin files for C, Go and Python to automatically configure my indent settings (filetype plugin indent on in configuration). For example, ftplugin/python.vim :
How to use your plugin to set automatically indentation with ftplugin files ? If your plugin detects an indentation different from my configuration, what configuration will be used ?
I want to use my default configuration for C, Go and Python when I work on my projects but I would like to use automatic indentation detected by GuessIndent when I work on external project (common usage : C project indented with TAB of 8, 4 spaces for indent in my personal config for C).
The text was updated successfully, but these errors were encountered:
lcheylus
changed the title
How to use plugin and ftplugin files ?
How to use GuessIndent plugin and ftplugin files ?
Jun 22, 2022
Hello, thanks for your work on GuessIndent plugin : it's a great tool for my neovim usage.
I'm using
ftplugin
files for C, Go and Python to automatically configure my indent settings (filetype plugin indent on
in configuration). For example,ftplugin/python.vim
:How to use your plugin to set automatically indentation with ftplugin files ? If your plugin detects an indentation different from my configuration, what configuration will be used ?
I want to use my default configuration for C, Go and Python when I work on my projects but I would like to use automatic indentation detected by GuessIndent when I work on external project (common usage : C project indented with TAB of 8, 4 spaces for indent in my personal config for C).
The text was updated successfully, but these errors were encountered: