diff options
author | pommicket <pommicket@gmail.com> | 2023-10-16 21:00:02 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-16 21:00:02 -0400 |
commit | 581a17d964e35cdbbe4e90a7bf0333ef73cd49a8 (patch) | |
tree | fc2029eec66ca8c7050c77390a59ef2472a6fbf0 /buffer.c | |
parent | a01d4de1e2feda34a20bb8dd65ec76fef3c20d6b (diff) |
start new config nonsense
Diffstat (limited to 'buffer.c')
-rw-r--r-- | buffer.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -85,9 +85,7 @@ struct TextBuffer { /// capacity of \ref lines u32 lines_capacity; - /// cached settings index (into ted->all_settings), or -1 if has not been computed yet - i32 settings_idx; - + Settings settings; /// which LSP this document is open in LSPID lsp_opened_in; /// determining which LSP to use for a buffer takes some work, |