summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-10-16 21:00:02 -0400
committerpommicket <pommicket@gmail.com>2023-10-16 21:00:02 -0400
commit581a17d964e35cdbbe4e90a7bf0333ef73cd49a8 (patch)
treefc2029eec66ca8c7050c77390a59ef2472a6fbf0 /buffer.c
parenta01d4de1e2feda34a20bb8dd65ec76fef3c20d6b (diff)
start new config nonsense
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/buffer.c b/buffer.c
index 56f0447..6357ce4 100644
--- a/buffer.c
+++ b/buffer.c
@@ -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,