summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rw-r--r--lua/nv-compe/init.lua2
-rw-r--r--lua/nv-utils/init.lua1
-rw-r--r--spell/en.utf-8.add33
-rw-r--r--spell/en.utf-8.add.splbin0 -> 341 bytes
5 files changed, 42 insertions, 8 deletions
diff --git a/README.md b/README.md
index cf32a965..9e74458f 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/lua/nv-compe/init.lua b/lua/nv-compe/init.lua
index 8dc020a1..74252d90 100644
--- a/lua/nv-compe/init.lua
+++ b/lua/nv-compe/init.lua
@@ -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 = "  "},
diff --git a/lua/nv-utils/init.lua b/lua/nv-utils/init.lua
index 03b7e97f..4e8700f0 100644
--- a/lua/nv-utils/init.lua
+++ b/lua/nv-utils/init.lua
@@ -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'},
diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add
new file mode 100644
index 00000000..8ab6b0eb
--- /dev/null
+++ b/spell/en.utf-8.add
@@ -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
diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl
new file mode 100644
index 00000000..7cbee471
--- /dev/null
+++ b/spell/en.utf-8.add.spl
Binary files differ