Cleaning comments

This commit is contained in:
Eduardo Cueto-Mendoza 2024-03-19 16:31:22 +00:00
parent 95b824f223
commit 6e86d63445
2 changed files with 1 additions and 2 deletions

View File

@ -305,7 +305,6 @@ local plugins = {
} }
}, },
{ {
--'jose-elias-alvarez/null-ls.nvim',
'nvimtools/none-ls.nvim', 'nvimtools/none-ls.nvim',
config = function() config = function()
require('null-ls').setup({ require('null-ls').setup({

View File

@ -2,7 +2,7 @@ vim.g.mapleader = ' '
vim.g.maplocalleader = ' ' vim.g.maplocalleader = ' '
vim.opt.guicursor = "" vim.opt.guicursor = ""
-- Tesing spell checker
vim.opt.spelllang = 'en_gb' vim.opt.spelllang = 'en_gb'
vim.opt.spell = true vim.opt.spell = true