diff options
| author | ame <[email protected]> | 2025-08-16 03:33:55 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-08-16 03:33:55 -0500 |
| commit | e59231627c06b147d153774e772db299dcf0aee5 (patch) | |
| tree | 2d23170bdb67302d1d4a7825746ed4e7b422a692 /init.fnl | |
| parent | 4df9d780d279353d2ae626031c0dd31a72aa10c0 (diff) | |
use oil for floating
Diffstat (limited to 'init.fnl')
| -rw-r--r-- | init.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ (use! :matbme/JABS.nvim :require :plugins.jabs) (use! :CRAG666/code_runner.nvim :config (util.setup! :code_runner)) (use! :sindrets/diffview.nvim) - (use! :luukvbaal/nnn.nvim :config (util.setup! :nnn {:picker {:fullscreen false}})) + (use! :stevearc/oil.nvim :config (util.setup! :oil)) + ;use this to disable preview-tui + ;(use! :luukvbaal/nnn.nvim :config (util.setup! :nnn {:offset true :picker {:fullscreen false}})) ;introduces too many erros:p cool otherwise, might find an altern--mostly covered by outline ;(use! :code-biscuits/nvim-biscuits :config (util.setup! :nvim-biscuits)) |
