Skip to content

Conversation

@NotAShelf
Copy link
Owner

  • feat: toggleterm keybindings
  • feat: add Copilot keybindings
  • refactor!: use a new keymaps configuration format
  • fix: properly escale quotes in values
  • refactor: use builtin nvim function
  • fix: correct imap misspelling
  • feat: add lib function to quickly mkIf bindings
  • refactor: use new mapping format
  • feat: toggleterm keybindings
  • feat: add Copilot keybindings
  • refactor!: use a new keymaps configuration format
  • fix: properly escale quotes in values
  • refactor: use builtin nvim function
  • fix: correct imap misspelling
  • feat: add lib function to quickly mkIf bindings
  • refactor: use new mapping format
  • feat: add leap keybindings
  • feat: add nvim-session-manager keybindings
  • feat: add nvimtree keybindings
  • feat: add lib function to quickly mkOption mappings
  • refactor: use icon because underline is buggy
  • feat: add nvim-bufferline keybindings
  • feat: add utility function for binding expressions
  • feat: add comment.nvim keybindings
  • feat: add cellularAutomaton keybindings
  • feat: toggleterm keybindings
  • feat: add Copilot keybindings
  • refactor!: use a new keymaps configuration format
  • fix: properly escale quotes in values
  • refactor: use builtin nvim function
  • fix: correct imap misspelling
  • feat: add lib function to quickly mkIf bindings
  • refactor: use new mapping format
  • refactor!: use a new keymaps configuration format
  • feat: add leap keybindings
  • feat: add nvim-session-manager keybindings
  • feat: add nvimtree keybindings
  • feat: add lib function to quickly mkOption mappings
  • refactor: use icon because underline is buggy
  • feat: add nvim-bufferline keybindings
  • feat: add utility function for binding expressions
  • feat: add comment.nvim keybindings
  • feat: add cellularAutomaton keybindings
  • feat: add todo-comments keybindings
  • feat: create utility functions to make adding bindings even easier
  • feat:32;2uadd telescope keybindings
  • feat: add untested tabnine keybindings
  • fix: stop errors from popping up when panel is not open
  • feat: add nvim-cmp keybindings
  • fix: add missing mkSetExprBinding function
  • feat: add gitsigns keybindings
  • feat: add lspsaga keybindings
  • feat: add hop keybindings
  • feat: add gesture.nvim keybindings
  • feat: add codewindow keybindings
  • feat: add nvim-code-action-menu keybindings
  • feat: add trouble keybindings
  • fix: make addDescriptionsToMappings recurse on attrsets
  • feat: add treesitter keybindings
  • feat: add lazygit keybindings
  • style: fix formatting
  • docs: fix docs build
  • chore: upload docs build artifacts
  • docs: add keymapping adding documentation
  • fix: remove non-existent fallback function
  • feat: new option to enable lua module loader
  • docs: update release notes
  • fix: update deprecated buffer_close_icon
  • feat: make Copilot node package configurable
  • docs: changelogs and attributions
  • fix: replace deprecated nerdfonts icons
  • feat: vim-wakatime
  • dev: get vim-wakatime from nixpkgs
  • fix: remove non-existent fallback function
  • dev: drop vim-wakatime flake input
  • style: formatting
  • dev: re-lock flake
  • feat: provide wakatime-cli package option
  • feat: replace eslint with eslint_d for better performance
  • fix: re-work formatting code
  • flake: bump inputs
  • feat: bump flake inputs
  • fix: set cursorlineopt=number if theme is transparent
  • fix: override cursorlineopt=number via autocmds
  • fix(nvimtree-lua): disable cursor-line to false
  • feat: cursorlineopt config option
  • feat: fidget support for catppuccin theme
  • dev(nvimtree-lua): rename cursorLine -> cursorline
  • docs: update release notes
  • docs: fix reference to invalid nvimtreeLua option
  • docs: fix reference to invalid nvimtreeLua option
  • feat: update default NodeJS package for Copilot.lua
  • docs: update release notes
  • feat: make it possible to use strings for the RC
  • chore: add custom plugins documentation
  • chore: add comments
  • feat: give null-ls priority over other formatters
  • feat(fidget): catppuccin integration
  • feat(catppuccin: more plugin integrations)
  • docs: update release notes
  • chore: update release notes
  • feat: change nvim-web-devicons source
  • feat: bump flake inputs
  • feat: bump flake inputs
  • feature: svelte lsp and diagnostics
  • docs: update release notes
  • feat: disable scrollbar on code action menus and notifications
  • docs: fix documentation
  • feat: assert failing conditions
  • feat: rename colorizer to ccc
  • feat: color previews via nvim-colorizer-lua
  • docs: update release notes
  • feat: implement freeform smartcolumn column positions
  • feat: improved smartcolumn freeform
  • docs: update contribution guidelines
  • chore: default flake formatter
  • docs: add comments to lua converters
  • dev: move colorizer option to the correct module
  • docs: fix mkEnableOption usage for autogenerated documentation
  • fix: regression in lualine config
  • feat: customizable cursorline option
  • feat: lualine UI improvements
  • fix: '&' causing build failures
  • dev: disable some plugins on minimal configuration
  • style: formatting
  • feat: add more configuration options for modes.nvim
  • docs: clean up documentation directory
  • feat: vim-illuminate
  • docs: update 0.4 release notes
  • fix(illuminate): ignore NvimTree for highlighting
  • feat: neovim spellchecking
  • feat: display LSP source on statusline
  • feat: nvim-surround
  • dev(lualine): remove background from search results component
  • feat: bump flake inputs
  • feat: un-deprecate darwin as zig is no longer marked as broken
  • fix(clangd): use same offsetEncoding as null-ls
  • fix(flutter-tools): bug where dart lsp is not found
  • update docs
  • dev: init nvim-dap setup
  • feat: option to autostart debugger UI
  • feat: new option enableDAP
  • feat: add option for debugger configs
  • feat: default dap keybinds
  • feat: add debugger for go
  • feat: add dap support for python
  • feat: add dap support for clang
  • feat: add dap support for rust
  • feat: add mapping options for nvim-dap
  • feat(dap): add breakpoint icon
  • feat: add dap support for dart
  • update docs
  • feat: add prettierd as an alternative to prettier
  • feat: default to prettierd over prettier
  • feat: bump flake inputs
  • feat: bump flake inputs
  • feat: rename extra.nix -> configuration.nix
  • feat: add borders to nvim-cmp completion window
  • dev: default to prettier until prettierd is fixed and updated
  • feat: supress ccls offset encoding messages
  • fix: presence-nvim providing invalid client id
  • docs: finalize v0.4 release notes
@NotAShelf NotAShelf merged commit 85d6935 into main Jul 16, 2023
@NotAShelf NotAShelf deleted the release/v0.4 branch July 28, 2023 09:04
faukah pushed a commit to faukah/nvf that referenced this pull request Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants