summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-09 20:27:54 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-09 20:27:54 +0200
commitc895d152a8b6e6de85bbe90afd1f6a8d964e47a4 (patch)
tree1c078654cb7290b5a0a6d0c5904d5167e0cd4d74
parent9ccd0a298af101e525b6b044f4fd838e0bb2a279 (diff)
Remove dressing and noice
-rw-r--r--fnl/plugins/dressing.fnl13
-rw-r--r--fnl/plugins/noice.fnl50
-rw-r--r--lazy-lock.json7
3 files changed, 2 insertions, 68 deletions
diff --git a/fnl/plugins/dressing.fnl b/fnl/plugins/dressing.fnl
deleted file mode 100644
index ec1f968..0000000
--- a/fnl/plugins/dressing.fnl
+++ /dev/null
@@ -1,13 +0,0 @@
-;; UI for inputs
-
-(local opts {:input {:enabled false}
- :select {:backend [:nui :telescope :builtin]}
- :nui {:position "50%"
- :relative :editor
- :border {:style :single}
- :max_width 128
- :max_height 64
- :min_width 80
- :min_height 20}})
-
-{1 :stevearc/dressing.nvim :event :VeryLazy : opts}
diff --git a/fnl/plugins/noice.fnl b/fnl/plugins/noice.fnl
deleted file mode 100644
index bd8aaa5..0000000
--- a/fnl/plugins/noice.fnl
+++ /dev/null
@@ -1,50 +0,0 @@
-;; UI for messages, cmdline and the popup menu.
-
-(local icons (require :settings.icons))
-
-(local opts
- {:cmdline {:enabled true
- :view :cmdline_popup
- :format {:cmdline {:pattern "^:"
- :icon (. icons :caret)
- :lang :vim}
- :search_down {:view :cmdline
- :icon (.. (. icons :search-text) " "
- (. icons :down))}
- :search_up {:view :cmdline
- :icon (.. (. icons :search-text) " "
- (. icons :up))}}}
- :messages {:enabled true}
- :popupmenu {:enabled true :backend :nui}
- :notify {:enabled false}
- :lsp {:override {:vim.lsp.util.convert_input_to_markdown_lines true
- :vim.lsp.util.stylize_markdown true
- :cmp.entry.get_documentation true}}
- :presets {:bottom_search true
- ;; use a classic bottom cmdline for search
- :command_palette false
- ;; position the cmdline and popupmenu together
- :long_message_to_split false
- ;; long messages will be sent to a split
- :inc_rename true
- ;; enables an input dialog for inc-rename.nvim
- :lsp_doc_border true}
- :views {:cmdline_popup {:border {:style :single}
- :position {:row "42%" :col "50%"}
- :size {:width 60 :height :auto}
- :filter_options {}
- :scrollbar false
- :win_options {:winhighlight {:Normal :NormalFloat
- :FloatBorder :FloatBorder}}}
- :popupmenu {:relative :editor
- :position {:row "51%" :col "50%"}
- :size {:width 60 :height 10}
- :border {:style :single :padding [0 0]}
- :scrollbar false
- :win_options {:winhighlight {:Normal :Normal
- :FloatBorder :FloatBorder}}}}})
-
-{1 :folke/noice.nvim
- :event :VeryLazy
- :dependencies [:MunifTanjim/nui.nvim]
- : opts}
diff --git a/lazy-lock.json b/lazy-lock.json
index 36c86f1..aca7c88 100644
--- a/lazy-lock.json
+++ b/lazy-lock.json
@@ -12,7 +12,6 @@
"conform.nvim": { "branch": "master", "commit": "6dc1603ea408f476a57937bbeaf7f86520a21a98" },
"dial.nvim": { "branch": "master", "commit": "27eb570085db2ef44bff4f620d3806039184651c" },
"diffview.nvim": { "branch": "main", "commit": "3dc498c9777fe79156f3d32dddd483b8b3dbd95f" },
- "dressing.nvim": { "branch": "master", "commit": "5162edb1442a729a885c45455a07e9a89058be2f" },
"easyread.nvim": { "branch": "main", "commit": "0b07e315a4cd7d700c4a794bdddbec79fdc2628b" },
"flit.nvim": { "branch": "main", "commit": "56490317983218b09698f8c960c3669958b12b32" },
"friendly-snippets": { "branch": "main", "commit": "3e9a3f5a0cfcef1741e352c37bda4e82e5eb846a" },
@@ -33,17 +32,15 @@
"mason.nvim": { "branch": "main", "commit": "751b1fcbf3d3b783fcf8d48865264a9bcd8f9b10" },
"neogit": { "branch": "master", "commit": "c5e09bfcc18fa9ffc5394c3b58ef94d69f85608a" },
"no-clown-fiesta.nvim": { "branch": "master", "commit": "0cf858e14aa98218c4aec92011bded80e935549b" },
- "noice.nvim": { "branch": "main", "commit": "f4decbc7a80229ccc9f86026b74bdcf0c39e38a7" },
- "nui.nvim": { "branch": "main", "commit": "a3597dc88b53489d3fddbddbbd13787355253bb0" },
"nvim-bqf": { "branch": "main", "commit": "7751b6ef9fbc3907478eaf23e866c4316a2ed1b4" },
"nvim-bufdel": { "branch": "main", "commit": "523d58e94e7212fff3e05c247b962dc8f93bcfde" },
"nvim-cmp": { "branch": "main", "commit": "cd2cf0c124d3de577fb5449746568ee8e601afc8" },
"nvim-colorizer.lua": { "branch": "master", "commit": "36c610a9717cc9ec426a07c8e6bf3b3abcb139d6" },
- "nvim-lint": { "branch": "master", "commit": "861a04313501563bb1b11f125ae9b7237a517b9b" },
+ "nvim-lint": { "branch": "master", "commit": "83ee4952a968d89329e5a49b4648831d98124783" },
"nvim-lspconfig": { "branch": "master", "commit": "a3d9395455f2b2e3b50a0b0f37b8b4c23683f44a" },
"nvim-spectre": { "branch": "master", "commit": "4651801ba37a9407b7257287aec45b6653ffc5e9" },
"nvim-surround": { "branch": "main", "commit": "6d0dc3dbb557bcc6a024969da461df4ba803fc48" },
- "nvim-treesitter": { "branch": "master", "commit": "1be5aa99e3e0e4a36c31fa7066dcf46a4e0142dd" },
+ "nvim-treesitter": { "branch": "master", "commit": "707b0dcf7641fa3a2aaad5053b215503f54f89aa" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "23b820146956b3b681c19e10d3a8bc0cbd9a1d4c" },
"nvim-various-textobjs": { "branch": "main", "commit": "674b7c97f2b50ac8b8876202622e52395cfdfe02" },
"nvim-web-devicons": { "branch": "master", "commit": "5b9067899ee6a2538891573500e8fd6ff008440f" },