This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
opdavies.nvim/lua/opdavies
Oliver Davies 6713a0d01f Re-enable global statusline with mini.statusline
From the README file:

```lua
-- Whether to set Vim's settings for statusline (make it always shown
-- with 'laststatus' set to 2).
-- To use global statusline, set this to `false` and 'laststatus' to 3.
set_vim_settings = true,
```
2024-06-29 15:14:02 +01:00
..
lsp Refactor LSP server configuration 2024-06-01 14:48:25 +01:00
snippets/ft Add snippets for __invoke() and __construct() 2024-01-17 22:05:41 +00:00
telescope Remove telescope-file-browser.nvim 2024-05-08 07:11:03 +01:00
globals.lua refactor(nvim): manage Neovim with Home Manager 2022-10-04 09:38:42 +01:00
init.lua Add keymaps 2024-05-09 13:01:10 +01:00
keymap.lua refactor(nvim): manage Neovim with Home Manager 2022-10-04 09:38:42 +01:00
keymaps.lua Add keymaps for navigating between splits 2024-06-01 14:48:32 +01:00
options.lua Re-enable global statusline with mini.statusline 2024-06-29 15:14:02 +01:00