Commit graph

19 commits

Author SHA1 Message Date
Folke Lemaitre
d989ecc943
fix(options): only enable treesitter foldexpr on nightly. Fixes #1581 2023-10-04 18:07:21 +02:00
Folke Lemaitre
e105c9daf6
perf(options): better detection for foldtext,statuscolumn,folexpr support 2023-10-03 18:19:32 +02:00
Folke Lemaitre
f1ce07510d
feat(ui): fancy fold text 2023-10-03 14:57:59 +02:00
Folke Lemaitre
364bcf325d
feat(ui): fancy status column 2023-10-03 14:56:55 +02:00
Folke Lemaitre
19926d2848
feat(options): enabled treesitter folding and foldtext when available 2023-10-03 08:02:15 +02:00
Folke Lemaitre
450e0c6beb
feat(options): enable smoothscroll on nightly 2023-10-03 08:02:15 +02:00
Folke Lemaitre
9935dc3944
fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
Folke Lemaitre
258f339bcf
feat(options)!: set default localleader to \ 2023-07-20 09:20:24 +02:00
Jonáš Dujava
69bf9e7e01
style(options): update comment (#960) 2023-06-22 12:51:25 +02:00
Folke Lemaitre
02c5e8d953
fix(config): options cant be disabled with lazyvim config. Fixes #566 2023-04-16 11:34:35 +02:00
adrian5
8650f2c99a
fix(config): don't set options to their defaults (#120) 2023-01-24 13:40:18 +01:00
Folke Lemaitre
1b3b18d53b
fix(options): don't set GUI font. Fixes #113 2023-01-23 23:42:01 +01:00
Folke Lemaitre
e405023530
fix(options): use vim.opt and trigger Lazy ui reload when needed. Fixes #38 2023-01-11 12:56:07 +01:00
Folke Lemaitre
d568098374
fix(options): set options with vim.set_global 2023-01-11 08:05:29 +01:00
Folke Lemaitre
4c2ac6b7bf
feat(options): winminwidth 2023-01-06 23:51:45 +01:00
Folke Lemaitre
25e9c339de
refactor: move mapleader to options. no longer needed to be set in init 2023-01-04 07:56:26 +01:00
Folke Lemaitre
a15f44eb89
refactor: automatically load keymaps, autocmds and options 2023-01-03 23:51:57 +01:00
Folke Lemaitre
7a49913cf2
refactor: move icons to settings and add setup method for configs extending LazyVim (like my own dots) 2023-01-03 21:05:02 +01:00
Folke Lemaitre
8eb8d235c9
refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00
Renamed from lua/config/options.lua (Browse further)