Commit graph

35 commits

Author SHA1 Message Date
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
Evie Litherland-Smith 638d1e18f1 Add diffview plugin, add more config options to git for diff and merge tool 2023-02-20 10:34:43 +00:00
Evie Litherland-Smith 4c8a1623f0 Add stylua formatting file, change tabs back to spaces 2023-02-17 16:35:40 +00:00
Evie Litherland-Smith 65064e74f5 Add neodev plugin 2023-02-17 16:29:48 +00:00
Evie Litherland-Smith 9a30d3caaa Add some lazy loading setup 2023-02-17 10:27:08 +00:00
Evie Litherland-Smith b4b1ec8ff7 Move lazy setup to init.lua, plugins.lua returns plugin spec 2023-02-17 10:13:18 +00:00
Evie Litherland-Smith 9784fe15c6 Initial convert nvim to use lazy instead of packer 2023-02-17 08:51:09 +00:00
Evie Litherland-Smith 4b4083656b Add keymap and config for nvim-test 2023-02-16 11:58:45 +00:00
Evie Litherland-Smith 80c06762a1 Add nvim-test plugin 2023-02-16 11:49:25 +00:00
Evie Litherland-Smith 0db7e54067 Remove toggleterm, project, replace nvim-tree with neotree 2023-02-16 11:25:35 +00:00
Evie Litherland-Smith 399675f8b1 Move location in feline to left section, set ch to 0 2023-02-15 17:29:08 +00:00
Evie Litherland-Smith ff4cb251a5 Remove vim-fugitive and replace with toggleterm LazyGit 2023-02-15 16:00:45 +00:00
Evie Litherland-Smith e5025c6a39 Set up colour scheme for Catppuccin Macchiato 2023-02-14 22:38:18 +00:00
Evie Litherland-Smith 4633fbe83d Start moving to new colourscheme (Catpuccin), WIP 2023-02-14 18:00:43 +00:00
Evie Litherland-Smith ac62702feb Add a few more formatters, run formatting on files 2023-02-13 12:57:12 +00:00
Evie Litherland-Smith 48b37e0ac6 Clean up some unused plugins, re-enable nvim-tree auto open with new autocmd 2023-02-10 09:27:22 +00:00
Evie Litherland-Smith 3920a4f778 Revert "Remove tabby, move TMUX status to top, reenable automatic TMUX on startup"
This reverts commit ad1c89f655.
2023-02-09 22:54:51 +00:00
Evie Litherland-Smith ad1c89f655 Remove tabby, move TMUX status to top, reenable automatic TMUX on startup 2023-02-09 22:53:58 +00:00
Evie Litherland-Smith 11de3e525f Add LSP status to feline 2023-02-09 22:25:53 +00:00
Evie Litherland-Smith 6881b5dfb9 Switch back to using Navigator plugin, got working with TMUX now 2023-02-09 22:09:51 +00:00
Evie Litherland-Smith 3be9aa5a10 Add TPM for tmux plugin management + plugins 2023-02-09 15:47:44 +00:00
Evie Litherland-Smith 9c1dd1ce27 Convert yadm changes back to Makefile-based system 2023-02-08 23:54:40 +00:00
Evie Litherland-Smith 3a74b60ef3 Add automatic bootstrap for packer install 2023-02-01 07:57:54 +00:00
Evie Litherland-Smith 44462072f6 Add packer to Makefile, add some extra plugins 2023-02-01 07:49:12 +00:00
Evie Litherland-Smith 62b5063470 Remove efm-langserver binary, add refactoring code actions plugin 2023-01-31 16:23:54 +00:00
Evie Litherland-Smith 07c3ab7986 Switch nightfox for onedark
Remove some unused plugins and prune unused files
2023-01-31 15:22:04 +00:00
Evie Litherland-Smith 17cdc80a80 Add null-ls and register as LSP formatter 2023-01-31 14:41:46 +00:00
Evie Litherland-Smith 8df1e359a5 Clean up and extend LSP
Move nvim-cmp set up to own file, LSP file was getting unmanageable

Add more cmp/lsp plugins to improve capabilities

Switch python LSP back to using pyright

Remove legacy neovide stuff
2023-01-31 13:42:24 +00:00
Evie Litherland-Smith 08e3cd3509 Add project, remove sidebar, add plugins to telescope 2023-01-26 17:10:57 +00:00
Evie Litherland-Smith 79bc4e86f5 Add sidebar, adjust settings for nvim-tree and aerial to work together 2023-01-25 18:36:39 +00:00
Evie Litherland-Smith e875c0ac75 Remove TSUpdate hook from tree-sitter packer entry 2023-01-20 08:06:21 +00:00
Evie Litherland-Smith 609181273f Change to nightfox theme, set termguicolours earlier and set fallback background for notify to fix popup 2023-01-16 11:25:17 +00:00
Evie Litherland-Smith a55de6db5a Replace onedark with nightfox colourscheme 2023-01-12 11:49:12 +00:00
Evie Litherland-Smith fb7dfc6891 Change pynvim to system package instead of venv, move nvim install to global install.sh 2023-01-12 09:01:23 +00:00
Evie Litherland-Smith 85342ba955 Convert nvim config to full dotfiles repo
Restructure ready for adding additional config files
2023-01-10 07:55:21 +00:00
Renamed from lua/plugins.lua (Browse further)