fix spelling

This commit is contained in:
Chris 2021-03-22 14:03:54 -04:00
parent 0d6993e995
commit a9dae4e3a5
5 changed files with 42 additions and 8 deletions

View file

@ -37,7 +37,7 @@ $HOME/.config/nvim/lua/nv-vscode/init.lua
## Clipboard Support
- On Mac `pbcopy` should be builtin
- On Mac `pbcopy` should be built-in
- Ubuntu
@ -147,17 +147,17 @@ Topic](https://github.com/topics/vscode-snippets)
[link](https://github.com/mfussenegger/nvim-jdtls/wiki/Sample-Configurations)
- better ui for code actions - formatting
- setup junit tests for java
- neovim lightbulb config
- neovim light-bulb config
- better vscode support
**LOW PRIORITY**
- look into autoinstall lsp
- get logo
- look into auto-install lsp
- json config file (luajson)
- look into emmet-ls
- better install script, support both nvim and nvcode paths
- get logo
- look into emmet-ls
- toggle virtual text diagnostics
- configure neogit
- list all binaries needed for functionality
@ -171,6 +171,6 @@ Topic](https://github.com/topics/vscode-snippets)
- finding files from dashboard sometimes number not set
- spell not activated in readme Markdown
- better autoimport
- can't find global binary for markdownlint
- better auto-import
- can't find global binary for markdown-lint
- keep and eye on indent guides plugin for thin lines

View file

@ -21,7 +21,7 @@ require'compe'.setup {
vsnip = {kind = ""},
nvim_lsp = {kind = ""},
nvim_lua = {kind = ""},
-- spell = {kind = "  ", filetypes = "markdown"},
spell = {kind = ""},
tags = false,
snippets_nvim = {kind = ""},
treesitter = {kind = ""},

View file

@ -33,6 +33,7 @@ nv_utils.define_augroups({
{'FileType', 'java', 'nnoremap ca <Cmd>lua require(\'jdtls\').code_action()<CR>'},
{'FileType', 'java', 'nnoremap ca <Cmd>lua require(\'jdtls\').code_action()<CR>'},
{'FileType', 'markdown', 'setlocal wrap'},
{'FileType', 'markdown', 'setlocal spell'},
-- {'BufWinEnter', '.sol', 'setlocal filetype=solidity'},
{ 'FileType', 'dashboard', 'set showtabline=0 | autocmd WinLeave <buffer> set showtabline=2'},

33
spell/en.utf-8.add Normal file
View file

@ -0,0 +1,33 @@
Lua
Yaml
Json
Javascript
CSS
github
TODO
nvim
dap
java
config
junit
ui
neovim
vscode
lsp
json
luajson
nvcode
emmet
neogit
kshenoy
PLUGIN
readme
plugin
VSCode
utils
Ubuntu
efm
NVCode
repo
CoC
configs

BIN
spell/en.utf-8.add.spl Normal file

Binary file not shown.