enable netrw to download spell files

This commit is contained in:
Christoph J. Scherr 2023-08-21 11:56:07 +02:00
parent 2889e2e0b6
commit 14bddd1308
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -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"