Chris 4 лет назад
Родитель
Сommit
a9dae4e3a5
5 измененных файлов с 42 добавлено и 8 удалено
  1. 7 7
      README.md
  2. 1 1
      lua/nv-compe/init.lua
  3. 1 0
      lua/nv-utils/init.lua
  4. 33 0
      spell/en.utf-8.add
  5. BIN
      spell/en.utf-8.add.spl

+ 7 - 7
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

+ 1 - 1
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 = "  "},

+ 1 - 0
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'},

+ 33 - 0
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

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