Various changes

This commit is contained in:
Alexander Rosenberg 2023-07-28 00:59:41 -07:00
parent fc3f3415a3
commit 77b6768742
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730
2 changed files with 10 additions and 1 deletions

View File

@ -14,6 +14,9 @@
;; hy syntax
(use! :hylang/vim-hy)
;; rainbow delimiters
(use! :HiPhish/rainbow-delimiters.nvim)
;; Treesitter
(use! :nvim-treesitter/nvim-treesitter
:config
@ -177,6 +180,12 @@
:setup
(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
(use! :NMAC427/guess-indent.nvim
:config

View File

@ -145,4 +145,4 @@
(builtins.diagnostics.glslc.with
{ :extra_args [ "--target-env=opengl" ]})])))
{ : configure : on-attach : get-data-dir : setup-null-ls }
{: configure : on-attach : get-data-dir : setup-null-ls }