mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
Fix highlighting
This commit is contained in:
parent
4b403585de
commit
bd3192653b
2 changed files with 8 additions and 1 deletions
|
|
@ -24,3 +24,10 @@ dofile(vim.fn.stdpath('config') .. '/plugins.lua')
|
|||
vim.opt.expandtab = true
|
||||
vim.opt.tabstop = 2
|
||||
|
||||
-- Treesitter Enable
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ return packer.startup(function(use)
|
|||
-- Install packer.nvim
|
||||
use 'wbthomason/packer.nvim'
|
||||
|
||||
-- Github Theme
|
||||
-- Github Theme
|
||||
use ({ 'projekt0n/github-nvim-theme', tag = 'v0.0.7',
|
||||
config = function()
|
||||
require('github-theme').setup({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue