8b15271f63
modules: add helper scripts ( #346 )
...
* modules: add helpers to display init.lua and its store path
* docs: update 0.7 release notes
* modules: use writeDashBin for helpers
2024-07-20 13:01:40 +00:00
diniamo
f9789432f9
treewide: make the entire generated config lua based ( #333 )
...
* modules: switch to gerg's neovim-wrapper
* modules: use initViml instead of writing the file
* treewide: make the entire generated config lua based
* docs: remove mentions of configRC
* plugins/treesitter: remove vim.cmd hack
* treewide: move resolveDag to lib
* modules/wrapper(rc): fix typo
* treewide: migrate to pluginRC for correct DAG order
The "new" DAG order is as follows:
- (luaConfigPre)
- globalsScript
- basic
- theme
- pluginConfigs
- extraPluginConfigs
- mappings
- (luaConfigPost)
* plugins/theme: fix theme DAG place
* plugins/theme: fix fixed theme DAG place
* modules/wrapper(rc): add removed option module for configRC
* docs: add dag-entries chapter, add release note entry
* fix: formatting CI
* languages/nix: add missing `local`
* docs: fix page link
* docs: add mention of breaking changes at the start of the release notes
* plugins/neo-tree: convert to pluginRC
* modules/wrapper(rc): add back entryAnywhere
* modules/wrapper(rc): expose pluginRC
* apply raf patch
---------
Co-authored-by: NotAShelf <raf@notashelf.dev>
2024-07-20 08:30:48 +00:00
Ching Pei Yang
9c93e9a9c0
Switch to rustaceanvim ( #335 )
...
* flake: use rustaceanvim instead of rust-tools
* rust: switch to rustaceanvim
* docs: update release notes
* flake: update nixpkgs
* docs: wording
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-07-18 11:48:28 +02:00
Frothy
0f17147d52
modules: fix unused src and version attrs in buildPlug ( #340 )
...
* modules: fix unused src and version attrs in buildPlug
* docs: add entry for buildPlug fix
2024-07-16 08:00:50 +00:00
a4d35b4419
plugins/neo-tree: init module ( #248 )
...
* plugins/neo-tree: init module
* filetree/neo-tree: add setup options until border styles
* plugins/filetree: rename module name
* docs: update changelogs
Mention the addition of neo-tree.
2024-07-14 18:30:12 +00:00
diniamo
32d231395f
plugins/visuals(indent-blankline): move to setupOpts ( #329 )
...
* plugins/visuals(indent-blankline): move to setupOpts
* configuration: match indentblankline part with changes
2024-07-12 15:47:33 +00:00
diniamo
901363d1ac
treewide: refactor custom lib, merge lists in hm/nixos module ( #323 )
...
* treewide: refactor custom lib, merge lists in hm/nixos module
* lib/types(custom): clarify anythingConcatLists code
---------
Co-authored-by: raf <raf@notashelf.dev>
2024-07-11 22:49:44 +00:00
Ching Pei Yang
9b48c30e20
Feat noice setup opts ( #297 )
...
* noice: add setupOpts
* noice: add filter
* noice: use setupOpts
* docs: update release notes
* noice: allow null option
* noice: add descriptions for some options
2024-07-10 21:02:48 +00:00
diniamo
82d67cbc66
lib/types: expose pluginType ( #322 )
2024-07-10 21:58:37 +02:00
diniamo
f1849c0ce5
languages/clang: use clangd by default ( #321 )
2024-07-06 19:14:36 +00:00
Ching Pei Yang
3f5ed9e979
languages/go: use dap-go
for dap configurations ( #319 )
...
* deps: add nvim-dap-go
* go: use dap-go plugin for dap configurations
* docs: update release notes
---------
Co-authored-by: Pei Yang Ching <pei.ching@check24.de>
2024-07-03 18:42:26 +00:00
diniamo
a20d860b45
docs: add release note entry for bufferline setupOpts
2024-06-28 16:45:37 +02:00
diniamo
bb2a78272b
themes/catppuccin: set term colors
2024-06-25 19:19:58 +02:00
Frothy
216cb34caf
docs: add entry for changed smartcolumn.setupOpts.custom_colorcolumn
type
2024-06-24 14:26:00 -04:00
ba803c8684
docs: update release notes
...
Mention ts-error-translator's addition to the module system
2024-06-24 20:07:17 +03:00
diniamo
8a0cddd9bb
languages/rust: add format
2024-06-24 19:02:04 +02:00
diniamo
d6cd853520
modules/theme: fix dag location
2024-06-16 13:46:20 +02:00
jacekpoz
8eb8326bd6
plugins/orgmode: fix typo
2024-06-08 17:58:08 +02:00
Frothy
367320dcd9
docs: add entry for transparency support for oxocarbon
2024-05-23 10:28:06 -04:00
Yoni Firroloni
1061c920be
docs: add quirk about using nodejs ( #298 )
...
* doc: add quircks about nodejs
* doc: make shorter sentences
2024-05-23 01:32:12 +00:00
9bbdb8d48a
docs/manual: add plugins page
...
This should be helpful for listing known plugin behaviour where the behaviour is undesirable, but also unfixable
2024-05-23 03:27:23 +03:00
Frothy
2c9a9b4d29
Merge pull request #289 from horriblename/lua-include-empty-attrs
...
lib: do not filter out empty attrs in toLuaObject
2024-05-21 07:16:03 -04:00
Frothy
69257c03a3
docs: add entry for __empty
deprecation
2024-05-21 06:55:46 -04:00
jacekpoz
db810bbf9f
languages/ocaml: init
2024-05-15 20:40:15 +02:00
7cafa56cdb
docs: update 0.7 release notes
2024-05-15 13:09:46 +03:00
407ecf00d5
wrapper/rc: add vim.additionaLuafiles
...
Allows the user to specify a list of lua files that will be called via `luafile`. All paths
that are passed to this option are checked by `builtins.isPath` so attempting to source paths
that do not exist do not result in a broken Lua configuration.
2024-05-09 00:44:58 +03:00
544c98a03b
Merge branch 'main' of github.com:NotAShelf/nvf into minor-lang-refactor
2024-05-07 01:04:47 +03:00
e96897f6b3
languages/elixir: readd; format module options
2024-05-07 00:52:33 +03:00
Frothy
dc0fa76295
docs: entry for fixed null lsp mappings
2024-05-06 17:01:16 -04:00
e0790f2bdb
docs: remove remaining references to elixir & vim-tidal related pkgs
2024-05-06 23:43:35 +03:00
7481423bed
docs: update 0.7 release notes
2024-05-06 23:43:33 +03:00
1847b9f1bf
languages/tidal: remove
2024-05-06 23:43:31 +03:00
Ching Pei Yang
666de6a5be
docs: update changelog
2024-05-05 02:38:26 +02:00
Frothy
e1edeb5189
docs: entry for modified type in fidget display overrides
2024-05-01 23:19:46 -04:00
d5fde3f445
docs: wording
2024-05-01 16:05:12 +00:00
Frothy
90ee038794
docs: add entry for typst language support
2024-04-29 07:47:07 -04:00
Ching Pei Yang
053ca39e10
docs: fix typo
2024-04-27 17:09:18 +02:00
40979a6d6a
docs: clean up remaining mentions of neovim-flake
2024-04-27 16:04:09 +03:00
227f80ac9d
docs: rename all instances of neovim-flake
to nvf
2024-04-27 15:44:37 +03:00
ebe0d6c960
docs: update v0.6 release notes
2024-04-27 00:21:55 +03:00
56012ea8f9
docs: update v0.6 release notes
2024-04-21 05:27:08 +03:00
56d9c0aa1f
docs: update v0.6 release notes
2024-04-21 03:28:35 +03:00
d2b8e27b16
docs: include header and footer in manpages; move man to its own dir
2024-04-21 00:29:17 +03:00
738f6709ff
docs: update v0.6 release notes
2024-04-20 18:19:21 +03:00
82499551f3
Merge pull request #257 from horriblename/docs-setupOpts
...
docs: more detail in setupOpts + migration guide
2024-04-20 13:58:30 +00:00
Ching Pei Yang
4ff3919f76
fixup! docs: crude migration guide
2024-04-20 15:17:50 +02:00
Ching Pei Yang
685176e94a
docs: crude migration guide
2024-04-20 02:53:59 +02:00
Ching Pei Yang
3709b72382
fix: typo
2024-04-18 23:12:07 +02:00
93b6dbc422
docs: include DAGs section in configuring chapter
2024-04-18 22:04:01 +03:00
2d08f3ad39
docs: filter source by markdown
2024-04-18 21:07:19 +03:00
67927b5f65
docs: use --subst-var-by
instead of --replace-fair
2024-04-18 20:03:16 +03:00
ba9449c644
docs: reduce section depth in TOC
2024-04-18 20:03:15 +03:00
4beab0341f
docs: restructure documentation
2024-04-18 20:03:11 +03:00
2366ba3b67
docs: add release note entries for luaConfigBefore
& luaConfigAfter
2024-04-17 13:12:37 +03:00
jacekpoz
b93ce3ced8
plugins/nvim-cmp: add alwaysComplete option
...
Disabling this option makes the completion window not popup by default,
requiring manual activation.
2024-04-15 00:52:20 +02:00
534b837dab
docs: 0.6 release notes; update developer documentation
2024-04-14 15:36:23 +03:00
b928f0bc4e
docs: extract scrubDerivations
function from nmd
2024-04-14 14:20:02 +03:00
3861d9a161
flake: pass inputs
to docs
2024-04-09 10:02:58 +03:00
Ching Pei Yang
2be8db54d5
docs: developer docs on setupOpts
2024-04-06 20:33:31 +00:00
Ching Pei Yang
86443be8f1
docs: update release notes
2024-04-06 19:58:43 +00:00
Frothy
9a7087e53c
docs: add entry for option vim.binds.whichKey.register
2024-02-25 11:55:41 -05:00
Frothy
adde1f08e6
docs: add entry for rewritten fidget.nvim
module
2024-02-19 02:07:15 -05:00
Frothy
949a60c569
docs: add entry for vim.luaPackages
option
2024-02-17 18:14:15 -05:00
054ade0075
docs: add missing documentation entry; define renamed options
2024-02-15 09:16:22 +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
Donnerinoern
d0f8e445ab
ui/colorizer: use new maintained fork
2024-02-10 13:21:20 +01:00
f94e6e12ec
statusline/lualine: avoid hardcoding config options
2024-01-26 21:16:56 +03:00
d47f45729f
languages: add css and tailwind language support
2024-01-24 21:53:28 +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
Donnerinoern
e8acabee78
Theme: Added Gruvbox
2024-01-18 11:41:26 +01:00
cffe399b85
docs: add presence.nvim deprecation notice
2024-01-16 14:06:01 +03:00
413eab8cfa
docs/manual: convert release notes to markdown
2024-01-03 02:13:41 +03:00
444bf0a9d2
docs/manual: remove header & footer from manual
2023-12-09 22:28:52 +03:00
78f21b75b7
docs: include manpages
2023-12-09 22:21:36 +03:00
e360a1c16c
docs: refactor
2023-12-09 22:03:58 +03:00
86a637e65c
docs: initialize 0.6 release notes
2023-11-28 14:18:44 +03:00
39e9e60386
docs: update changelog
2023-11-16 12:21:46 +03:00
f27ab70202
docs: update release notes & contributing guidelines
2023-11-06 11:24:33 +03:00
edb3724e64
docs: update xpointer for neovim-flake-options
2023-11-05 23:03:15 +03:00
3de5f1ba39
docs: use nixosOptionDocs
...
NixOS 23.11 is deprecating DocBook option documentation. Following home-manager in this change is probably a good idea
2023-11-04 14:30:04 +03:00
111f6c10a1
docs: update release notes
2023-10-26 15:08:00 +03:00
Kalle Jepsen
ed6e3f1ef0
docs/release-notes: list lualine changes
2023-10-24 09:32:10 +02:00
Ching Pei Yang
b01536c8ac
docs: update release notes
2023-10-23 18:53:51 +02:00
23bb43d6e4
docs/release-notes: add missing entries for v0.5 release notes
2023-10-23 16:29:07 +03:00
Kalle Jepsen
c693d2fbd4
lsp: make key bindings configurable
...
This exposes the keybindings for the lsp commands to the configuration
and maps a few more commands (e.g. `vim.lsp.buf.format()`) It also adds
a description to be picked up by whichkey to make the whichkey UX a bit
nicer (ie. we're now showing "Go to definition" instead of just
"vim.lsp.buf.definition()")
2023-10-22 22:42:55 +02:00
d835d6bd03
docs: update release notes
2023-10-22 01:25:21 +03:00
0631fccccf
Merge pull request #159 from ksonj/python-isort
...
languages/python: add black-and-isort formatter
2023-10-20 17:49:09 +03:00
b562e8579e
Merge pull request #152 from NotAShelf/feature/ci
...
CI: add more stict checking
2023-10-20 12:04:05 +03:00
e583a3596e
treewide: remove trailing whitespaces
2023-10-20 11:59:28 +03:00
Kalle Jepsen
e3b55d9798
languages/python: add black-and-isort formatter
...
Adds two additional formatters for python:
- isort, to only sort imports
- black-and-isort, which runs black + isort in a compatible manner
2023-10-20 09:58:03 +02:00
Kalle Jepsen
6cec86a97f
docs/release-notes: add new mappings for surround
2023-10-16 12:24:33 +02:00
Yoni FIRROLONI
4161589b56
languages/php: init
2023-10-10 12:12:57 +02:00
b7f722252c
docs/README: update logo alt
2023-10-03 23:45:35 +03:00
0c848869cf
docs/manual: add more details to existing documentation pages
2023-10-03 22:06:26 +03:00
96c568f99b
docs: fix rebase errors
2023-10-01 18:36:56 +03:00
90d172ae9d
docs/hacking: add missing URL macro
2023-10-01 18:29:35 +03:00
c223d49274
docs: fix build failures
2023-10-01 18:29:34 +03:00
f432a364f1
docs/release-notes: fix invalid option reference
2023-10-01 18:29:33 +03:00
1463d2444a
docs/hacking: add testing section
2023-10-01 18:29:30 +03:00