Commit Graph

949 Commits

Author SHA1 Message Date
NotAShelf 9cb7239085
languages/css: add formatter support via prettier/prettierd 2024-02-28 00:35:29 +03:00
NotAShelf 57446f7afb
Merge pull request #232 from FrothyMarrow/telescope-grep-opts
utility/telescope: provide configurable vimgrep options
2024-02-19 23:15:28 +00:00
Frothy 4e8ec4cd5b utility/telescope: provide configurable vimgrep options 2024-02-19 17:39:43 -05:00
NotAShelf f7bd0fff01
Merge pull request #227 from FrothyMarrow/lua-packages
wrapper: provide option to wrap neovim with extra lua packages
2024-02-17 23:50:05 +00:00
Frothy 949a60c569 docs: add entry for `vim.luaPackages` option 2024-02-17 18:14:15 -05:00
Frothy 35143b7dda wrapper: optionally wrap neovim with extra lua packages 2024-02-17 18:12:54 -05:00
NotAShelf cd4d0cd63d
Merge pull request #226 from horriblename/fix-lua-null-conversion
Fix lua null conversion
2024-02-17 21:16:38 +00:00
Ching Pei Yang a57e89dece
fix: throw error when converting unknown object to lua 2024-02-17 21:55:07 +01:00
Ching Pei Yang 40b985c066
fix: bug where toLuaObject converts null to "" 2024-02-17 16:44:41 +01:00
Ching Pei Yang 95566f10fb
fix: expToLua convert null to nil 2024-02-17 16:44:05 +01:00
NotAShelf 2b1749676d
Merge pull request #220 from NotAShelf/post-mortem
docs: add missing documentation entry; define renamed options
2024-02-15 16:51:31 +03:00
NotAShelf 054ade0075
docs: add missing documentation entry; define renamed options 2024-02-15 09:16:22 +03:00
NotAShelf d2334ca095
Merge pull request #217 from Donnerinoern/language/markdown
utility/preview: added markdown-previewer.nvim and moved glow
2024-02-14 17:16:02 +03:00
Donnerinoern 2e07763149 utility/preview: cleanup and optionalString 2024-02-14 12:47:46 +01:00
NotAShelf c0841e0106
Merge pull request #219 from elijahimmer/main
Theme: add `rose-pine`
2024-02-14 01:15:30 +03:00
Elijah M. Immer 14cbc0bcb7 Theme: add `rose-pine`
Simply added the rose-pine input and added it as a theme.
2024-02-13 13:00:34 -08:00
NotAShelf 1bc9ec96c1
lib: drop deprecated booleans lib
somehow slipped checks because lazy eval
2024-02-13 22:32:27 +03:00
NotAShelf 3c61c8e419
Merge pull request #215 from NotAShelf/basic
modules/basic: fix search sensitivity options; restructure
2024-02-13 22:13:35 +03:00
Donnerinoern 319aaca06d language/markdown: moved glow and markdown-preview to utlity/preview 2024-02-13 13:53:46 +01:00
Donnerinoern 7352558623 language/markdown: added markdown-previewer.nvim 2024-02-12 22:27:35 +01:00
NotAShelf e73469d102
modules/basic: fix search sensitivity options; restructure 2024-02-12 10:20:15 +03:00
NotAShelf 98e6782cf4
modules/git: fix typo in gitsigns code-actions 2024-02-12 09:35:59 +03:00
NotAShelf 44ec36ec3b
Merge pull request #212 from FrothyMarrow/fix-filetree-open
filetree/nvimtree: fix default systemOpen on darwin
2024-02-12 00:19:14 +03:00
Frothy 6f47dbd11a filetree/nvimtree: fix default systemOpen on darwin 2024-02-11 15:47:00 -05:00
NotAShelf 4e83912a54
Merge pull request #205 from NotAShelf/nim-lang
languages/nim: init
2024-02-10 16:11:22 +03:00
NotAShelf 6346617a50
languages/nim: assert on darwin systems
due to nimlsp not working properly on darwin
2024-02-10 16:08:42 +03:00
NotAShelf a519c6364c
Merge pull request #203 from Donnerinoern/ui/colorizer
ui/colorizer: rebase on maintained fork
2024-02-10 15:31:40 +03:00
Donnerinoern d0f8e445ab ui/colorizer: use new maintained fork 2024-02-10 13:21:20 +01:00
NotAShelf 9ceab45944
Merge pull request #209 from NotAShelf/fix-startify
dashboard/startify: fix invalid reference to "neovimPlugins"
2024-02-09 09:59:51 +03:00
NotAShelf 6866bb7b38
dashboard/startify: fix invalid reference to "neovimPlugins"
I could just make an overlay out of pettiness
2024-02-09 09:56:05 +03:00
NotAShelf 38bf156537
Merge branch 'main' of github.com:NotAShelf/neovim-flake into nim-lang 2024-02-07 20:05:41 +03:00
NotAShelf e9ad2f8ac8
languages/nim: init 2024-02-07 07:24:44 +03:00
NotAShelf 232c8129ca
Merge pull request #202 from Amanse/main
Fix java lsp not launching
2024-01-31 14:47:34 +00:00
AmanSe 0e94edd88f
Fix java lsp not launching
java lsp pacakge in nixpkgs changed the execution binary name, just
using getExe for probably a permanent fix to this situation
2024-01-31 20:01:45 +05:30
NotAShelf 6fb2d67a05
Merge pull request #201 from NotAShelf/lualine-tweaks
statusline/lualine: avoid hardcoding config options
2024-01-26 20:59:04 +00:00
NotAShelf f94e6e12ec
statusline/lualine: avoid hardcoding config options 2024-01-26 21:16:56 +03:00
NotAShelf 894f2f42ef
flake: bump plugin inputs 2024-01-26 20:11:15 +03:00
Ching Pei Yang c3cbca17e2
Merge pull request #200 from NotAShelf/css-and-tailwind
languages: add css and tailwind language support
2024-01-26 03:00:15 +08:00
NotAShelf d47f45729f
languages: add css and tailwind language support 2024-01-24 21:53:28 +03:00
NotAShelf f2c8413407
Merge pull request #198 from Donnerinoern/language/markdown
Language/markdown: Added LSP and fixed Glow not working
2024-01-19 05:15:41 +00:00
NotAShelf 1e8d83b393
flake: bump nixpkgs input 2024-01-18 23:00:54 +03:00
Donnerinoern 0bfefe9779 languages/markdown: fixed glow not working and added option for changing keybind 2024-01-18 20:04:17 +01:00
Donnerinoern 75d553bf64 languages/markdown: added marksman LSP 2024-01-18 20:02:45 +01:00
NotAShelf 4ded86d1ff
Merge pull request #195 from Donnerinoern/theme/gruvbox
Theme: Added Gruvbox
2024-01-18 10:54:53 +00:00
Donnerinoern e8acabee78 Theme: Added Gruvbox 2024-01-18 11:41:26 +01:00
NotAShelf d2def2b561
Merge pull request #196 from FrothyMarrow/fix-neocord-logs
rich-presence/neocord: fix log_level config
2024-01-18 08:24:21 +00:00
Frothy 8b54a4eb6f rich-presence/neocord: fix log_level config 2024-01-17 18:54:27 -05:00
NotAShelf 272cd17e42
flake: bump nixpkgs input 2024-01-16 14:35:56 +03:00
NotAShelf 3377ebdbfd
CI: name doc artifacts after their respective packages 2024-01-16 14:33:04 +03:00
NotAShelf 980d497660
Merge pull request #193 from NotAShelf/neocord
modules/rich-presence: deprecate presence-nvim in favor of neocord
2024-01-16 11:25:35 +00:00