mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Changed document formatting to true
This commit is contained in:
parent
2416989edb
commit
bb95dbf890
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ require'nvim-treesitter.configs'.setup {
|
||||||
|
|
||||||
-- Load LSP's
|
-- Load LSP's
|
||||||
local function on_attach(client, bufnr)
|
local function on_attach(client, bufnr)
|
||||||
client.server_capabilities.document_formatting = false
|
client.server_capabilities.document_formatting = true
|
||||||
require('lsp_signature').on_attach()
|
require('lsp_signature').on_attach()
|
||||||
local function set_completeopt()
|
local function set_completeopt()
|
||||||
vim.api.nvim_buf_set_option(bufnr, 'completeopt', 'menuone,noselect')
|
vim.api.nvim_buf_set_option(bufnr, 'completeopt', 'menuone,noselect')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue