Ching Pei Yang
18e4810a86
blink: allow null sources.cmdline
2025-01-01 10:32:44 +01:00
Ching Pei Yang
d130845ba1
blink: disable cmdline completion
2025-01-01 10:32:43 +01:00
Ching Pei Yang
96e66e5ea2
blink: do not inherit vim's lsp capabilities
2025-01-01 10:32:43 +01:00
Ching Pei Yang
d31ab256f9
lspsignature: add assertion against blink.cmp
2025-01-01 10:32:43 +01:00
Ching Pei Yang
a996811955
blink: auto-show docs by default
2025-01-01 10:32:43 +01:00
Ching Pei Yang
9b9ed537b3
blink: re-add default sources to cmp ones
2025-01-01 10:32:43 +01:00
Ching Pei Yang
85efe03d39
treesitter-cmp: disable on blink.cmp
2025-01-01 10:32:43 +01:00
Ching Pei Yang
a8334ee719
blink: add blink.compat support
2025-01-01 10:32:42 +01:00
Ching Pei Yang
b4711f8685
blink: disable lazy-loading
2025-01-01 10:32:42 +01:00
Ching Pei Yang
c52a4c7ebc
lsp: use blink.cmp capabilities
2025-01-01 10:32:42 +01:00
Ching Pei Yang
f2836a687e
blink: keymap wrapper
2025-01-01 10:32:42 +01:00
Ching Pei Yang
c94cf9a47c
blink: add luasnip integration
2025-01-01 10:32:41 +01:00
Ching Pei Yang
110b6dbd18
blink: basic keymap option
2025-01-01 10:32:41 +01:00
Ching Pei Yang
0d0c885d70
completion: migrate to shared cmp source options
2025-01-01 10:31:42 +01:00
Ching Pei Yang
593ac3b751
cmp: move source plugin into parent option
2025-01-01 10:31:42 +01:00
Ching Pei Yang
16fc1a7de2
blink: init
2025-01-01 10:31:35 +01:00
diniamo
672630f680
flake: update run.nvim
2024-12-25 15:11:29 +01:00
edc887f0e3
Merge branch 'main' into nvim-notify-explicit-function
2024-12-25 00:51:18 +03:00
diniamo
a34d104e3f
languages/zig: disable lsp autosave ( #511 )
2024-12-24 14:19:08 +03:00
diniamo
f6a8cd968e
nvim-notify: use explicit function for vim.notify
2024-12-24 11:43:23 +01:00
DamitusThyYeetus123
3a2edd1b75
filetree/nvim-tree: Open on directory ( #462 )
...
* nvim-tree: Add directory opening
* formatting
* Fix formatting
* format
Co-authored-by: raf <raf@notashelf.dev>
---------
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
Co-authored-by: raf <raf@notashelf.dev>
2024-12-23 08:56:19 +00:00
diniamo
90a5a42742
languages/odin: init
2024-12-21 10:35:39 +01:00
8c66f10550
Merge branch 'main' into fix-haskell
2024-12-21 08:14:31 +03:00
Artur Manuel
0946d43921
languages/haskell: fix DAP command definition
2024-12-21 01:00:02 +00:00
diniamo
7eb8d07bcf
surround: cleanup
2024-12-21 01:14:52 +01:00
af31021ce4
Merge branch 'main' into fix-mdpw-ft
2024-12-20 20:00:57 +03:00
diniamo
5d898da816
nvim-notify: fix some stuff
2024-12-20 16:27:44 +01:00
Yoni Firroloni
99a4eafa34
languages/typescript: prevent ts_ls from formatting ( #495 )
...
* ts_ls: prevent from formatting
prevent ts_ls from touching the formating.
ts formatting: remove useless indent
* fix unnecessary whitespace
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-12-20 04:11:18 +00:00
Artur Manuel
e715463257
plugins/languages: add haskell support ( #499 )
...
* plugins/languages: add haskell support
Closes #426
* fix docs
---------
Co-authored-by: Artur Manuel <balkenix@outlook.com>
Co-authored-by: raf <raf@notashelf.dev>
2024-12-20 03:50:38 +00:00
4f61628399
preview/markdown-preview: convert mkdp_filetypes
to correct format
2024-12-19 09:53:15 +03:00
Omar Abragh
73660af2e3
lightbulb: add setupOpts option ( #492 )
...
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
Co-authored-by: raf <raf@notashelf.dev>
2024-12-11 00:00:51 +03:00
0327918278
Merge branch 'main' into typst-preview
2024-12-10 16:35:07 +03:00
48bcd5d695
visuals/indent-blankline: properly pass setupOpts to mkPluginSetupOption
2024-12-09 17:59:19 +03:00
a369352365
languages/typst: add typst-preview.nvim
as an extension
2024-12-09 09:28:23 +03:00
Omar Abragh
fca55e1db1
lualine: fix builtin_themes list ( #486 )
...
Co-authored-by: raf <raf@notashelf.dev>
2024-12-09 05:45:08 +00:00
Ching Pei Yang
f672d3cdee
fix: bad comment keymaps ( #488 )
...
Co-authored-by: raf <raf@notashelf.dev>
2024-12-06 12:57:33 +00:00
Ching Pei Yang
ff07905bb8
nvim-dap: fix bad keymap options
2024-12-05 00:58:23 +01:00
Soliprem
18bf52e540
languages/gleam: init ( #482 )
...
* modules/gleam: init
* gleam: not using formatter
* configuration: gleam set to false
* docs: added changelog entry for gleam
* gleam: fixed lsp and treesitter
* gleam: capitalisation
2024-12-04 02:43:16 +03:00
DamitusThyYeetus123
fd4df3432e
languages/astro: init ( #481 )
...
* LSP: Add astro
* LSP: Properly add astro
* LSP: Properly actually add astro
* Flake: Fix mnw
* Update flake/develop.nix
Co-authored-by: raf <raf@notashelf.dev>
* Update configuration.nix
Co-authored-by: raf <raf@notashelf.dev>
* Update astro.nix
* Update rl-0.7.md
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-12-03 23:13:56 +00:00
diniamo
88834cc93f
run-nvim: fix keymaps
2024-12-03 16:28:31 +01:00
Ching Pei Yang
b3170c0fe3
format
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-11-30 15:46:11 +01:00
Ching Pei Yang
fa7785ede6
format
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-11-30 15:46:11 +01:00
Ching Pei Yang
3b86940f71
format
...
Co-authored-by: diniamo <55629891+diniamo@users.noreply.github.com>
2024-11-30 15:46:11 +01:00
Ching Pei Yang
bc637fd7d1
fixup! nvim-dap: use new keybind helpers
2024-11-30 15:46:10 +01:00
Ching Pei Yang
0ae4bab073
typo
2024-11-30 15:46:10 +01:00
Ching Pei Yang
e812ef2c3f
nvim-dap: use new keybind helpers
2024-11-30 15:46:10 +01:00
Ching Pei Yang
dd1bc19600
leap: use new keybind helpers
2024-11-30 15:46:10 +01:00
Ching Pei Yang
e697d71ebe
toggleterm: use new keybind helper
2024-11-30 15:46:09 +01:00
Ching Pei Yang
458c0f6ed5
nvimtree: use new keybind helper
2024-11-30 15:46:09 +01:00
Ching Pei Yang
8edc48c5ea
comment-nvim: switch to new keybind helper
2024-11-30 15:38:07 +01:00