enable netrw to download spell files
This commit is contained in:
parent
2889e2e0b6
commit
14bddd1308
|
@ -133,10 +133,6 @@ nmap <leader>cs :SlimeConfig<CR>
|
||||||
"------------------------------------------------------
|
"------------------------------------------------------
|
||||||
lua << EOF
|
lua << EOF
|
||||||
|
|
||||||
-- disable netrw at the very start of your init.lua (strongly advised)
|
|
||||||
vim.g.loaded_netrw = 1
|
|
||||||
vim.g.loaded_netrwPlugin = 1
|
|
||||||
|
|
||||||
-- set termguicolors to enable highlight groups
|
-- set termguicolors to enable highlight groups
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,6 @@ nnoremap <F5> :NvimTreeToggle<CR>
|
||||||
|
|
||||||
lua << EOF
|
lua << EOF
|
||||||
|
|
||||||
-- disable netrw at the very start of your init.lua
|
|
||||||
vim.g.loaded_netrw = 1
|
|
||||||
vim.g.loaded_netrwPlugin = 1
|
|
||||||
|
|
||||||
local function my_on_attach(bufnr)
|
local function my_on_attach(bufnr)
|
||||||
local api = require "nvim-tree.api"
|
local api = require "nvim-tree.api"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue