Commit graph

38 commits

Author SHA1 Message Date
Evie Litherland-Smith 2da5ae0a1d Delete navigator plugin 2023-04-05 19:58:29 +01:00
Evie Litherland-Smith 4a98553740 Adjust nvim formatting, format lua files 2023-04-05 15:42:29 +01:00
Evie Litherland-Smith f110b8c33a Add project plugin and clean up how telescope extensions work 2023-04-05 12:03:03 +01:00
Evie Litherland-Smith 49643683d4 Remove nvim-mason, using nix to manager LSP installs instead 2023-04-04 09:28:27 +01:00
Evie Litherland-Smith 49ecb67edc Add fugitive (again) 2023-03-17 17:34:11 +00:00
Evie Litherland-Smith 3d9596a6c7 Add treesitter refactor plugin 2023-03-10 11:56:00 +00:00
Evie Litherland-Smith d1350909c5 Add configs for zen-mode and twilight 2023-03-10 11:02:59 +00:00
Evie Litherland-Smith 79f730c6ab Add zen-mode and twilight plugins 2023-03-10 10:40:14 +00:00
Evie Litherland-Smith 25c4204419 Rewrite telescope plugin spec so dependencies make sense 2023-03-10 10:05:06 +00:00
Evie Litherland-Smith 13512b3ad6 Move plugins.lua into init.lua 2023-03-07 21:14:02 +00:00
Evie Litherland-Smith 2a09e9094f Add nvim-autopairs plugin for better brackets and indenting 2023-03-07 15:03:52 +00:00
Evie Litherland-Smith ef16ea6de2 Re-enable python treesitter indenting, add telescope git search plugin 2023-03-06 17:28:33 +00:00
Evie Litherland-Smith ff65accca3 Restore original python indent system to fix problems 2023-03-06 16:26:34 +00:00
Evie Litherland-Smith 30616d36f1 Enable treesitter indenting except for python (ongoing bug), install vim-python-pep8-indent plugin to handle for now 2023-03-06 14:56:35 +00:00
Evie Litherland-Smith 1f3b040141 Remove barbar 2023-03-03 11:32:07 +00:00
Evie Litherland-Smith e3085b4aaf Change dashboard git shortcut to use Diffview 2023-03-03 11:30:01 +00:00
Evie Litherland-Smith e9dbe3e282 Reorder some cmd statements for nicer display in Lazy UI 2023-03-03 11:12:22 +00:00
Evie Litherland-Smith bbd1535851 Add barbar and barbecue packages, remove loc from feline, remove fugitive, make as many plugins as possible lazy loaded 2023-03-03 11:06:28 +00:00
Evie Litherland-Smith d58d42ee50 re-add aerial plugin 2023-03-03 10:24:42 +00:00
Evie Litherland-Smith 9cbfd5bd4c Remove LazyGit plugin from telescope 2023-02-24 10:38:30 +00:00
Evie Litherland-Smith 7ce0fc9438 Restore vim-fugitive, replace lazygit integration 2023-02-24 07:58:47 +00:00
Evie Litherland-Smith 1dcd678137 Add mason plugins for null_ls and nvim_dap 2023-02-21 17:31:50 +00:00
Evie Litherland-Smith 4b3526f81b Add treesitter commands to lazyload 2023-02-21 17:31:20 +00:00
Evie Litherland-Smith 7b80a95c32 Add lazygit plugin and config + telescope integration 2023-02-21 07:59:52 +00:00
Evie Litherland-Smith 5409df6d47 Update dashboard shortcuts, add cmd to start LSP 2023-02-21 07:51:56 +00:00
Evie Litherland-Smith d8b0ad50b3 Add config for mason and automatic LSP config setup from LspInstall, remove LSP packages from pkglist, setup stylua in pre-commit hook 2023-02-21 07:43:48 +00:00
Evie Litherland-Smith ea55aa34c6 Add mason package 2023-02-21 07:08:19 +00:00
Evie Litherland-Smith 7999de3fca Split LSP package definitions to avoid monolithic dependencies list, and add more flexibility 2023-02-21 07:07:42 +00:00
Evie Litherland-Smith ba4a870af2 Move telescope extension definition inside main telescope plugin file 2023-02-20 18:10:23 +00:00
Evie Litherland-Smith 68a1009db7 Add some more telescope plugins, lazy load 2023-02-20 17:46:02 +00:00
Evie Litherland-Smith 04ff522a0c Split plugin configuration options into config directory, keep spec in plugin directory 2023-02-20 17:15:44 +00:00
Evie Litherland-Smith 1447abb240 Add dashboard and which_key plugins 2023-02-20 16:43:33 +00:00
Evie Litherland-Smith d48a051404 Lazy load navigator 2023-02-20 12:07:19 +00:00
Evie Litherland-Smith 9bc564895f Move extra config files into config directory 2023-02-20 12:05:08 +00:00
Evie Litherland-Smith ea6cf9bb24 Rename feline components file 2023-02-20 11:32:46 +00:00
Evie Litherland-Smith 93cf2b12a1 Optimise startup time 2023-02-20 11:32:30 +00:00
Evie Litherland-Smith c4fdedf391 Move catppuccin options into ui directory 2023-02-20 11:25:00 +00:00
Evie Litherland-Smith edb827889a Initial conversion of plugins to dynamic system, plugin specs loaded by Lazy from plugins directory 2023-02-20 11:09:53 +00:00