Commit graph

23 commits

Author SHA1 Message Date
Wael Nasreddine
0f42b0eebb
treewide: format all files (#57)
Run `nix fmt` at the root of the repository to format all files. I've
done this on my fork and this will help me merge your changes later
without having to deal with un-formatted files.
2024-11-26 09:47:49 +01:00
Roel de Cort
b7d1a54e43
patch: fixes (#34)
- Fixed Luanne, as it was not configured correctly after the last
refactor (should've tested it correctly)
- Fixed small issue with separator in neo-tree
- Remove EOB character
2024-09-11 22:43:40 +02:00
Roel de Cort
f44000e518
patch: mix fixes (#33)
- During build time multiple warnings were shown about the deprecation
of certain options. These have been moved to their new places.
- Disable the CMP Ghost Text option because it was driving me nuts.
2024-09-11 20:56:19 +02:00
Roel de Cort
502d31e03c
feat: small improvements (#25)
- Renamed and moved settings in some plugins due to upstream changes
- Added comments to neovim settings
- Added cmdheight = 0 and mouse = "a" settings to config
2024-08-26 23:37:02 +02:00
Roel de Cort
0331a50aa8
feat: add toggleterm, markdown preview keymaps, lualine switch filename and navic (#23)
- Configured toggleterm plugin
- Added keymap for markdown preview
- Changed lualine so Navic is better readable by switching filename and
type with Navic.
2024-08-20 00:03:30 +02:00
Roel de Cort
92c42db332
patch: treesitter highlighting, lsp inlay hints and update flake (#20)
Small update to enable Treesitter highlighting by default, enable LSP
inlay hints and update flake inputs to the latest version
2024-08-03 22:08:02 +02:00
Roel de Cort
48bbb7951d
feat: autopairs, cursor restore and rename option (#15)
Add the nvim-autopairs so "'{[ characters will auto close.
Add AutoCmd to restore the cursor position when re-opening file.
Fix treesitter option name.
2024-07-25 22:57:29 +02:00
Roel de Cort
97247ed10f
feat: configure navic and integrate with lualine + update flake update action (#11)
Configured Navic and integrated it with Lualine. This provides context
about the code that is being worked on.

Also added a PAT to be able to create a PR when the Flake Update Github
action runs.
2024-07-06 01:20:39 +02:00
Roel de Cort
c991360154
feat: styling updates (#10)
Updated some plugins to use custom git and diagnostic symbols, also
changed the line number color to match my system highlight color
(catppuccin peach).
2024-06-26 23:18:15 +02:00
Roel de Cort
d588254fce add copilot chat 2024-06-02 11:10:04 +02:00
Roel de Cort
cd1bc6acc3 fix telescope and add todo-comments 2024-05-30 21:59:50 +02:00
Roel de Cort
e109483e2e formatting 2024-05-16 01:19:06 +02:00
Roel de Cort
a00c0a0bd0 add gitsigns, add nvim-web-devicons, update lualine and neo-tree 2024-05-10 22:48:28 +02:00
Roel de Cort
beb019f6fa update neotree, theme, add dashboard and auto command 2024-05-08 00:55:52 +02:00
Roel de Cort
fab2e0cb95 remove treesitter context plugin 2024-04-24 00:19:51 +02:00
Roel de Cort
7bc1e27c3e add indent blankline 2024-04-24 00:19:29 +02:00
Roel de Cort
45548c8f5f add some more plugins 2024-04-23 21:58:57 +02:00
Roel de Cort
8152eb9b2b change keymap 2024-04-19 20:09:41 +02:00
Roel de Cort
fb96529991 toggle neotree 2024-04-19 20:07:30 +02:00
Roel de Cort
85c876549f set expanders 2024-04-19 16:51:50 +02:00
Roel de Cort
8a113cfce8 add lsp, update neo-tree config and add bufferline 2024-04-18 00:12:34 +02:00
Roel de Cort
aa3c28cd64 fix filesystem arguments 2024-04-17 15:44:37 +02:00
Roel de Cort
ddd4cd924f add neotree and move treesitter 2024-04-17 15:31:10 +02:00