aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* build(editorconfig): set max_line_length to 120 only for lua filesdundargoc2024-12-011-2/+3
| | | | | | Setting it for all filetypes is usually not correct. For example, git commits are also affected by this option which makes 120 columns too long.
* feat(lspinfo): replace :LspInfo with :checkhealth #3339Justin M. Keyes2024-10-021-1/+1
| | | | | | | | | | | | Problem: :LspInfo has its own "inner platlform" of highlights, mappings etc. And it doesn't integrate with :checkhealth. Solution: - Move the lspinfo code to a healthcheck. - LspInfo features such as highlights, "floating window" presentation, etc., should be added to :checkhealth in Nvim core, if they are really needed. - Define a "q" mapping until Nvim stable has that in :checkhealth.
* feat: expose config definition as `config_def` #3335Justin M. Keyes2024-10-021-0/+1
| | | | | | | | | | | | | | Problem: Users/plugins may want to use the config definition without actually activating the config via setup(). Solution: - Expose `config_def` field and document it. - Also undeprecate some stuff that doesn't yet have a documented alternative. TODO: configs.lua sets `M.filetypes = config.filetypes` and other fields in ad-hoc fashion "for :LspInfo" but it's not clear when those fields are actually populated, and they don't source from `config_def`...
* chore: remove redundant config for Lua (#2523)Zhizhen He2023-03-231-4/+0
|
* chore: add lua to .editorconfig (#1189)Daniel M. Capella2021-08-251-0/+4
|
* added neovim's editorconfigMatthieu Coudron2020-02-131-0/+13