diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/better-escape.fnl | 2 | ||||
-rw-r--r-- | fnl/config/comment.fnl | 2 | ||||
-rw-r--r-- | fnl/config/flit.fnl | 2 | ||||
-rw-r--r-- | fnl/config/gitsigns.fnl | 2 | ||||
-rw-r--r-- | fnl/config/lsp/mason.fnl | 2 | ||||
-rw-r--r-- | fnl/config/lualine.fnl | 4 | ||||
-rw-r--r-- | fnl/config/minibar.fnl | 4 | ||||
-rw-r--r-- | fnl/config/persistence.fnl | 2 | ||||
-rw-r--r-- | fnl/config/spectre.fnl | 2 | ||||
-rw-r--r-- | fnl/config/toggleterm.fnl | 2 | ||||
-rw-r--r-- | fnl/config/trim.fnl | 2 | ||||
-rw-r--r-- | fnl/config/trouble.fnl | 2 | ||||
-rw-r--r-- | fnl/config/which-key.fnl | 5 | ||||
-rw-r--r-- | fnl/config/zen.fnl | 18 |
14 files changed, 26 insertions, 25 deletions
diff --git a/fnl/config/better-escape.fnl b/fnl/config/better-escape.fnl index d4379a0..5bd9b0c 100644 --- a/fnl/config/better-escape.fnl +++ b/fnl/config/better-escape.fnl @@ -5,4 +5,4 @@ :clear_empty_lines false :keys :<Esc>}) -{1 :max397574/better-escape.nvim :event :BufReadPost :opts opts} +{1 :max397574/better-escape.nvim :event :BufReadPost : opts} diff --git a/fnl/config/comment.fnl b/fnl/config/comment.fnl index 07bfc6d..9850931 100644 --- a/fnl/config/comment.fnl +++ b/fnl/config/comment.fnl @@ -17,4 +17,4 @@ ;; Add comment at the end of line :eol :mcA}}) -{1 :numToStr/Comment.nvim :event :BufReadPost :opts opts} +{1 :numToStr/Comment.nvim :event :BufReadPost : opts} diff --git a/fnl/config/flit.fnl b/fnl/config/flit.fnl index 8c408aa..49b2b7e 100644 --- a/fnl/config/flit.fnl +++ b/fnl/config/flit.fnl @@ -5,4 +5,4 @@ :multiline true :opts {}}) -{1 :ggandor/flit.nvim :event :BufReadPost :opts opts} +{1 :ggandor/flit.nvim :event :BufReadPost : opts} diff --git a/fnl/config/gitsigns.fnl b/fnl/config/gitsigns.fnl index d4bd72b..1ef8cbc 100644 --- a/fnl/config/gitsigns.fnl +++ b/fnl/config/gitsigns.fnl @@ -45,4 +45,4 @@ :col 1} :yadm {:enable false}}) -{1 :lewis6991/gitsigns.nvim :event :BufReadPost :opts opts} +{1 :lewis6991/gitsigns.nvim :event :BufReadPost : opts} diff --git a/fnl/config/lsp/mason.fnl b/fnl/config/lsp/mason.fnl index fd40102..bf57de5 100644 --- a/fnl/config/lsp/mason.fnl +++ b/fnl/config/lsp/mason.fnl @@ -8,4 +8,4 @@ {1 :williamboman/mason.nvim :cmd :Mason :keys [{1 :<leader>m 2 :<cmd>Mason<cr> :desc :Mason}] - :config opts} + : opts} diff --git a/fnl/config/lualine.fnl b/fnl/config/lualine.fnl index be326f5..7373704 100644 --- a/fnl/config/lualine.fnl +++ b/fnl/config/lualine.fnl @@ -82,6 +82,6 @@ :extensions []}) {1 :nvim-lualine/lualine.nvim - :event :VeryLazy - :opts opts + :event :BufReadPost + : opts :dependencies [:kyazdani42/nvim-web-devicons :arkav/lualine-lsp-progress]} diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl index 03882cb..d2fff18 100644 --- a/fnl/config/minibar.fnl +++ b/fnl/config/minibar.fnl @@ -27,6 +27,4 @@ :InsertEnter :BufWritePost]}) - {1 :aktersnurra/minibar.nvim - :event :BufReadPre - :opts opts} +{1 :aktersnurra/minibar.nvim :event :BufReadPre : opts} diff --git a/fnl/config/persistence.fnl b/fnl/config/persistence.fnl index 0238897..3cdd433 100644 --- a/fnl/config/persistence.fnl +++ b/fnl/config/persistence.fnl @@ -2,4 +2,4 @@ (local opts {:options [:buffers :curdir :tabpages :winsize :help]}) -{1 :folke/persistence.nvim :event :VeryLazy :opts opts} +{1 :folke/persistence.nvim :event :VeryLazy : opts} diff --git a/fnl/config/spectre.fnl b/fnl/config/spectre.fnl index 067a817..bae0132 100644 --- a/fnl/config/spectre.fnl +++ b/fnl/config/spectre.fnl @@ -59,4 +59,4 @@ :is_open_target_win true :is_insert_mode false}) -{1 :windwp/nvim-spectre :event :BufReadPost :opts opts} +{1 :windwp/nvim-spectre :event :BufReadPost : opts} diff --git a/fnl/config/toggleterm.fnl b/fnl/config/toggleterm.fnl index ed7dd5c..3acbc11 100644 --- a/fnl/config/toggleterm.fnl +++ b/fnl/config/toggleterm.fnl @@ -2,4 +2,4 @@ (local opts {:size 16 :shade_terminals false}) -{1 :akinsho/toggleterm.nvim :cmd :ToggleTerm :opts opts} +{1 :akinsho/toggleterm.nvim :cmd :ToggleTerm : opts} diff --git a/fnl/config/trim.fnl b/fnl/config/trim.fnl index af8b5ab..2ef7169 100644 --- a/fnl/config/trim.fnl +++ b/fnl/config/trim.fnl @@ -2,4 +2,4 @@ (local opts {:disable [:python]}) -{1 :cappyzawa/trim.nvim :event :BufFilePre :opts opts} +{1 :cappyzawa/trim.nvim :event :BufFilePre : opts} diff --git a/fnl/config/trouble.fnl b/fnl/config/trouble.fnl index a38ed86..3f736bb 100644 --- a/fnl/config/trouble.fnl +++ b/fnl/config/trouble.fnl @@ -78,4 +78,4 @@ ;; enabling this will use the signs defined in your lsp client }) -{1 :folke/trouble.nvim :cmd :TroubleToggle :opts opts} +{1 :folke/trouble.nvim :cmd :TroubleToggle : opts} diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 588869d..e31507b 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -167,4 +167,7 @@ (which-key.register vmappings vopts) (which-key.register gmappings gopts))) -{1 :folke/which-key.nvim :event :VeryLazy :config (fn [] (setup))} +{1 :folke/which-key.nvim + :event :VeryLazy + :config (fn [] + (setup))} diff --git a/fnl/config/zen.fnl b/fnl/config/zen.fnl index 1f53708..8219050 100644 --- a/fnl/config/zen.fnl +++ b/fnl/config/zen.fnl @@ -1,13 +1,13 @@ ;; Zen mode. (local opts {:window {:backdrop 1 - :height 1 - :width 120 - :options {:signcolumn :no - :number false - :relativenumber false}} - :plugins {:gitsigns {:enabled false} - :tmux {:enabled true} - :twilight {:enabled true}}}) + :height 1 + :width 120 + :options {:signcolumn :no + :number false + :relativenumber false}} + :plugins {:gitsigns {:enabled false} + :tmux {:enabled true} + :twilight {:enabled true}}}) -{1 :folke/zen-mode.nvim :cmd :ZenMode :opts opts} +{1 :folke/zen-mode.nvim :cmd :ZenMode : opts} |