neovim-configuration

lua neovim configuration

MIT License

Stars
7

Bot releases are visible (Hide)

neovim-configuration - v2.0.0

Published by vladdoster over 2 years ago

2.0.0 (2022-06-12)

fix

  • remove icons for nvim-cmp (ada3707)

maint

  • add refactor commit tag and format (a9ab3bc)

refactor

  • lsp configuration simplified (fa65959)
neovim-configuration - v1.30.1

Published by vladdoster over 2 years ago

1.30.1 (2022-06-10)

fix

  • lua lsp init, lsp keybinds, and telescope config (276f29d)

maint

  • print which lua files are found for formatting (dd8505f)
  • update lsp related configurations (5dbdc19)
  • update target, formatting, null-ls lua formatting, and dial keymaps (f695738)
neovim-configuration - v1.30.0

Published by vladdoster over 2 years ago

1.30.0 (2022-06-04)

docs

  • updates for plugins.lua (4c48722)

feat

  • add dial incrementing plugin (a43a54c)
  • add dial.nvim to add {in,de}rement features (1a14cd1)

fix

  • format Make target updated && telescope config (f454a7f)
neovim-configuration - v1.29.0

Published by vladdoster over 2 years ago

1.29.0 (2022-05-31)

feat

  • add telescope-project plugin (f1e532f)

fix

style

  • format null-ls, telescope, and lsp-installer configs (30a7682)
neovim-configuration - v1.27.0

Published by vladdoster over 2 years ago

1.27.0 (2022-05-10)

feat

  • add easy-align, sort-folds, surround, and sort plugins (a2545e9)

maint

  • add sessions dir to gitignore (b292532)
  • clean up whichkey config (c53fe10)
  • remove commented out config code from telescope (f769b83)
  • remove unused languages from treesitter (53f78e7)
  • update key mappings (83a46e0)

style

  • remove lualine seperators (1225e14)
neovim-configuration - v1.26.0

Published by vladdoster over 2 years ago

1.26.0 (2022-05-09)

feat

maint

  • update neotree, keybinds, plugins, and lsp configs (8e0c76f)

new

  • overhaul configuration (#1) (3297b17), closes #1
neovim-configuration - v1.25.1

Published by vladdoster over 2 years ago

1.25.1 (2022-05-05)

fix

  • update configs to use updated v0.7.0 API (8c36612)

maint

  • fix keybinds and switch back to nvim-tree (326c9d2)
  • use esc to stop search hl & remove ex removal (2298650)

style

  • fix indenting for plugins.lua (6afbae0)
neovim-configuration - v1.24.0

Published by vladdoster over 2 years ago

1.24.0 (2022-04-21)

feat

fix

  • change packer option from require to wants for plugin dependencies (4ad45fe)
  • packer sync on every BufEnter (8e3a6f0)
  • partially fix telescope loading (d8b9660)

maint

  • add vim modeline settings and fix loading of Telescope (55d2fd6)
  • clean up Makefile (208a58e)

new

style

  • remove outermost fold around vim modes (1f6ed45)
neovim-configuration - v1.23.0

Published by vladdoster over 2 years ago

1.23.0 (2022-04-19)

maint

  • condense plugins to improve performance (2436430)
  • update configs for v0.7.0 and telescope config (9d162d0)

style

  • revert lualine change and fmt (b0474a7)

update

  • colorscheme, telescope, keymap, & settings (68edc3d)
neovim-configuration - v1.22.1

Published by vladdoster over 2 years ago

1.22.1 (2022-04-17)

fix

  • neovim v.0.7.0 breaking changes (57d63fd)
  • telescope config (09a17b2)

maint

  • add folds to keybinds (e164281)
  • add remember plugin (9e6f070)
  • fix ToggleTerm and NeoTree keymappings (03760fc)
neovim-configuration - v1.22.0

Published by vladdoster over 2 years ago

1.22.0 (2022-04-12)

feat

  • correct cmp module (5dab656)
  • correct lualine, notify, telescope, toggleterm, and treesitter configs (606b24e)
  • update cmp capabilities (cfd65b1)
  • update modules (977d025)
  • update neo-tree git icons & keymaps (3965aef)
neovim-configuration - v1.21.0

Published by vladdoster over 2 years ago

1.21.0 (2022-04-11)

feat

style

  • adjust stylua line length (fde0eac)
  • adjust stylua line length (65fd8b5)
neovim-configuration - v1.20.0

Published by vladdoster over 2 years ago

1.20.0 (2022-04-09)

style

  • format notify, nvim-tree, and toggleterm config (77ea55f)

update

  • flesh out treesitter configuration (f08ac1d)
neovim-configuration - v1.19.0

Published by vladdoster over 2 years ago

1.19.0 (2022-04-07)

style

  • format telescope config (b1a8867)

update

  • flesh out gitsigns functionality (123cb26)
neovim-configuration - v1.18.0

Published by vladdoster over 2 years ago

1.18.0 (2022-04-04)

feat

  • add dressing plugin for nicer ui components (b7b8cc8)
  • add trouble, fmt via stylua, keymap refactor (c4df89a)
  • switch to stylua formatter (8bcb9cd)

maint

  • improved toggleterm user experience (fab2cd9)
  • rename plugins dir to remove conflict with plugins.lua (a05e6e4)
  • stylua fmt (545c16a)
  • stylua fmt && add toggle-term plugin (a1b21d7)
  • use folke/tokyonight.nvim colorscheme (25e2741)

style

neovim-configuration - v1.17.0

Published by vladdoster over 2 years ago

1.17.0 (2022-03-27)

chore

  • add java and yaml to treesitter (1755ff9)
  • remove lua_format in null_ls & add telescope keymaps (e2bbd99)

feat

  • formatting & misc plugin updates (e1d358c)

fix

  • rm old nvim cmd & fix keymapping (09c2b2a)

maint

  • update neovim options and make module (70540e4)

style

neovim-configuration - v1.16.0

Published by vladdoster over 2 years ago

1.16.0 (2022-03-14)

chore

  • null-ls only loads lua-format config found in root git repo or dir (7c34985)

new

  • re-work of plugin configurations (55241cf)
neovim-configuration - v1.15.0

Published by vladdoster over 2 years ago

1.15.0 (2022-03-11)

fix

  • logic & terminolgy for if and when to bootstrap & sync packer (48e908b)
  • various cmp issues (5def3b8)
  • various plugin errors during packer cold boot (120d3e6)

new

  • lua-fmt Dockerdile and minor cmp updates (8b31667)

style

  • add icons via lspkind to cmp autocompletion (bdf3c84)
  • fix Makefile indentation (713eafa)
neovim-configuration - v1.14.0

Published by vladdoster over 2 years ago

1.14.0 (2022-03-11)

fix

  • packer bootstrap process causing multi-second load times (5ec3956)

update

  • plugin & luafmt configuration updates (f69327d)
neovim-configuration - v1.13.1

Published by vladdoster over 2 years ago

1.13.1 (2022-03-10)

fix

  • add missing part of plugin path (c6b66d3)
Badges
Extracted from project README
Release Version Release GitHub commit activity