1.130.0 (2022-07-03)
Bug Fixes
- correct endif syntax (9df4f58)
- correct shellcheck warning (5331405)
- ensure nvm is loaded in nvim for plugins (3c27adf)
- line length (53ad35f)
- use lts for default version, correct completions (c94079f)
Features
- add browser for Git commits (88bffa6)
- add config for lua (1f9c8ef)
- add emoji completion source (79d7249)
- add formatting and diag source with conditions (5939d20)
- add gopls and jsonls with schemas (0a0b718)
- add key mapping to reload (8c18bf0)
- add neovim to dictionary (279cae1)
- add note about what to do (dd36dcc)
- add nvm-lsp-ts-utils, ignore common JS suggestion (c4d346b)
- add shell check config to ignore warnings (04582c9)
- add todo to dictionary (505c441)
- config cmp style and sources (900b640)
- config for linters, etc (f3ad126)
- config sumneko ls (2e7ab20)
- configure nvim-cmp (dc722f5)
- create alias for pushing to git and creating pr (f5eb064)
- do not use fzf plugins (dcaae8f)
- enable folding and code highlighting in markdown (2f8f52d)
- ensure lsp suggestions at top of list (b85f605)
- ensure newline at end of file (6a86459)
- ensure variables are defined as local (38440a9)
- get words from all buffers (c5c2688)
- improve grouping (40584bf)
- improve visuals for space indentation (2c22803)
- install another redis desktop manager (48dd24f)
- install djlint for html template languages (4841e4d)
- install eslint_d & use short code (ac00239)
- install flyctl for fly.io (4064665)
- install language servers (67de743)
- install lua and json language servers (bd6bd5c)
- install signature help fpr lsp (a23723b)
- install vue lang server (f4dd425)
- install wireguard (53e24e3)
- keymap for sign help (c45fbba)
- list some plugins to investigate (a0ca557)
- lua likes 120 width, set column to match (f5e3b6b)
- make .env file sh filetype (8277d73)
- moar stuff to investigate (485cbe8)
- moar words to dict (c74f27e)
- move mapleader to lua (b402a26)
- move more mappings to lua (3083f5b)
- note which lang server is being installed (776ca1b)
- only run nvim plugins when running nvim (4117d13)
- port vim key maps to lua, use default nvim tmp dirs (96cceb4)
- port vim settings to lua (5f66b7a)
- potential to filter specific buffers - wip (435670d)
- prevent warning message (42fa7dd)
- remove coc plugins that have been replaced by LS (741ffd9)
- remove coc, in favour of LSP (343984f)
- remove husky - no auto linting locally, bored with waiting (5135c56)
- remove settings and mappings now in lua (07cc6e8)
- remove unused plugins (ad337d5)
- set a couple of env vars for editor consistency (485c928)
- setup formatting and diagnostics with null-ls (3adaaa4)
- setup lsp for nvim (aa16130)
- telemtry setting is default false (70179d7)
- tidy (ef7192c)
- turn off some ale features (b7b4aad)
- use builtins for whitespace manipulation (5d32224)
- use fly for flyctl to save fingers (7e32f18)
- use keybindings for all languages (851d102)
- use nvim for git editing (ec8c4c3)
- use nvim lsp for tailwind & svelte (fc042fa)