[NeoTree] Handle vimtex QuickFix window
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
(import-macros {: g! : exec : map! : set!} :hibiscus.vim)
|
(import-macros {: g! : exec : map! : set! : augroup!} :hibiscus.vim)
|
||||||
(import-macros {: setup} :macros)
|
(import-macros {: setup} :macros)
|
||||||
|
|
||||||
; Theme
|
; Theme
|
||||||
@@ -76,6 +76,8 @@
|
|||||||
[:diagnostics]
|
[:diagnostics]
|
||||||
[:git_status]]}})
|
[:git_status]]}})
|
||||||
(map! [n] :f ":Neotree focus<CR>")
|
(map! [n] :f ":Neotree focus<CR>")
|
||||||
|
(map! [n] :F (fn [] (exec [[:Neotree "toggle"] [:Neotree "toggle" "action=show"]])))
|
||||||
|
(augroup! :qf [[FileType] [qf] "set nobuflisted|call feedkeys(\"F\")"])
|
||||||
|
|
||||||
; Smart splits
|
; Smart splits
|
||||||
(local smart-splits (require :smart-splits))
|
(local smart-splits (require :smart-splits))
|
||||||
|
|||||||
@@ -10,3 +10,8 @@ GPLs
|
|||||||
Plasil
|
Plasil
|
||||||
Monto
|
Monto
|
||||||
Keidel
|
Keidel
|
||||||
|
Meinte
|
||||||
|
Asf
|
||||||
|
Sdf
|
||||||
|
ToolBus
|
||||||
|
projectional
|
||||||
|
|||||||
Reference in New Issue
Block a user