Skip to content

Commit

Permalink
Remove some commented nvim config
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 24, 2023
1 parent 148f4a9 commit f1077d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
-- if vim.fn.has 'nvim-0.9.0' == 1 then
-- vim.loader.enable()
-- end

require 'nvim-treesitter.configs'.setup {
ensure_installed = { 'bash', 'dockerfile', 'go', 'html', 'javascript', 'lua', 'markdown', 'markdown_inline',
'python', 'regex', 'ruby', 'rust', 'sql', 'typescript', 'vim', 'yaml' },
Expand Down

0 comments on commit f1077d9

Please sign in to comment.