This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| local M = { | |
| "neoclide/coc.nvim", | |
| branch = "master", | |
| build = "yarn install --frozen-lockfile", | |
| } | |
| M.config = function() | |
| -- Some servers have issues with backup files, see #649 | |
| vim.opt.backup = false | |
| vim.opt.writebackup = false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ESTADOS_BRASILEIROS = [ | |
| ["Acre", "AC"], | |
| ["Alagoas", "AL"], | |
| ["Amapá", "AP"], | |
| ["Amazonas", "AM"], | |
| ["Bahia", "BA"], | |
| ["Ceará", "CE"], | |
| ["Distrito Federal", "DF"], | |
| ["Espírito Santo", "ES"], | |
| ["Goiás", "GO"], |