Cleaning comments
This commit is contained in:
parent
95b824f223
commit
6e86d63445
|
@ -305,7 +305,6 @@ local plugins = {
|
|||
}
|
||||
},
|
||||
{
|
||||
--'jose-elias-alvarez/null-ls.nvim',
|
||||
'nvimtools/none-ls.nvim',
|
||||
config = function()
|
||||
require('null-ls').setup({
|
||||
|
|
|
@ -2,7 +2,7 @@ vim.g.mapleader = ' '
|
|||
vim.g.maplocalleader = ' '
|
||||
|
||||
vim.opt.guicursor = ""
|
||||
-- Tesing spell checker
|
||||
|
||||
vim.opt.spelllang = 'en_gb'
|
||||
vim.opt.spell = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue