Various changes
This commit is contained in:
parent
fc3f3415a3
commit
77b6768742
@ -14,6 +14,9 @@
|
|||||||
;; hy syntax
|
;; hy syntax
|
||||||
(use! :hylang/vim-hy)
|
(use! :hylang/vim-hy)
|
||||||
|
|
||||||
|
;; rainbow delimiters
|
||||||
|
(use! :HiPhish/rainbow-delimiters.nvim)
|
||||||
|
|
||||||
;; Treesitter
|
;; Treesitter
|
||||||
(use! :nvim-treesitter/nvim-treesitter
|
(use! :nvim-treesitter/nvim-treesitter
|
||||||
:config
|
:config
|
||||||
@ -177,6 +180,12 @@
|
|||||||
:setup
|
:setup
|
||||||
(bind! :n :<leader>p #(module-call! :nabla :popup)))
|
(bind! :n :<leader>p #(module-call! :nabla :popup)))
|
||||||
|
|
||||||
|
; oil (file manager)
|
||||||
|
(use! :stevearc/oil.nvim
|
||||||
|
:config
|
||||||
|
(setup! :oil
|
||||||
|
:columns { :icon :permissions :size: :mtime }))
|
||||||
|
|
||||||
;; guess style from buffer
|
;; guess style from buffer
|
||||||
(use! :NMAC427/guess-indent.nvim
|
(use! :NMAC427/guess-indent.nvim
|
||||||
:config
|
:config
|
||||||
|
@ -145,4 +145,4 @@
|
|||||||
(builtins.diagnostics.glslc.with
|
(builtins.diagnostics.glslc.with
|
||||||
{ :extra_args [ "--target-env=opengl" ]})])))
|
{ :extra_args [ "--target-env=opengl" ]})])))
|
||||||
|
|
||||||
{ : configure : on-attach : get-data-dir : setup-null-ls }
|
{: configure : on-attach : get-data-dir : setup-null-ls }
|
||||||
|
Reference in New Issue
Block a user